Skip to content

Commit e417488

Browse files
author
Alasdair Allan
authored
Merge pull request raspberrypi#2321 from raspberrypi/update-raspberry-red
Update Raspberry Pi Red
2 parents 80b48b4 + 191afdf commit e417488

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

jekyll-assets/_includes/head.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<link rel="preconnect" href="https://fonts.googleapis.com">
1515
<link rel="preconnect" href="https://fonts.gstatic.com">
1616
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;1,100;1,300;1,400;1,700&display=swap" rel="stylesheet">
17-
<link rel="stylesheet" href="{{ site.baseurl }}/css/style.css?ver=1639579464">
18-
<link rel="stylesheet" href="{{ site.baseurl }}/css/tabs.css?ver=1639579464">
17+
<link rel="stylesheet" href="{{ site.baseurl }}/css/style.css?ver=1639581228">
18+
<link rel="stylesheet" href="{{ site.baseurl }}/css/tabs.css?ver=1639581228">
1919
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-180927933-8"></script>
2020
<script>
2121
window.dataLayer = window.dataLayer || [];

jekyll-assets/css/style.css

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root {
2-
--pink: #c51d4a;
2+
--red: #cd2355;
33
}
44

55
/* overrides for the old theme */
@@ -41,7 +41,7 @@ body {
4141
}
4242

4343
a {
44-
color: var(--pink);
44+
color: var(--red);
4545
text-decoration: none;
4646
}
4747

@@ -115,7 +115,7 @@ ul#results-container {
115115
margin-left: auto;
116116
margin-right: auto;
117117
border: 1px solid #343434;
118-
color: var(--pink);
118+
color: var(--red);
119119
font-size: 12px;
120120
padding: 10px 10px 10px 30px;
121121
}
@@ -134,7 +134,7 @@ ul#results-container li:last-of-type {
134134

135135
ul#results-container li,
136136
ul#results-container li::marker {
137-
color: var(--pink);
137+
color: var(--red);
138138
}
139139

140140
#container {
@@ -261,7 +261,7 @@ ul#tocify-header1 > ul.tocify-subheader {
261261
#content h1 {
262262
font-weight: 700;
263263
font-size: 34px;
264-
color: var(--pink);
264+
color: var(--red);
265265
margin-bottom: 40px;
266266
position: relative;
267267
margin-left: -1rem;
@@ -346,7 +346,7 @@ h3:hover .anchor,
346346
h4:hover .anchor,
347347
h5:hover .anchor,
348348
h6:hover .anchor {
349-
color: var(--pink);
349+
color: var(--red);
350350
visibility: visible;
351351
}
352352

@@ -522,12 +522,12 @@ div.admonitionblock tr {
522522
}
523523

524524
div.admonitionblock td div.title {
525-
color: var(--pink);
525+
color: var(--red);
526526
text-transform: uppercase;
527527
}
528528

529529
div.admonitionblock td.content {
530-
border: 2px solid var(--pink);
530+
border: 2px solid var(--red);
531531
padding: 10px;
532532
margin-top: 10px;
533533
width: 100%;

jekyll-assets/css/tabs.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ul#tab-container li {
2626
}
2727

2828
ul#tab-container li.selected {
29-
border-bottom-color: #c61931;
29+
border-bottom-color: var(--red);
3030
}
3131

3232
ul#tab-container li a {
@@ -50,4 +50,4 @@ ul#tab-container li.selected a {
5050
padding-left: 20px;
5151
padding-right: 20px;
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)