Skip to content

Commit c073e61

Browse files
committed
Update colour to crimson red
1 parent d9b141b commit c073e61

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

_assets/css/main.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ tbody td {
8686
/* header */
8787

8888
header, footer {
89-
background: #961c1c;
89+
background: #990000;
9090
}
9191

9292
header {
@@ -217,7 +217,7 @@ table#professional-experience tr + tr td {
217217
/* spinner used while waiting for fetch, see https://loading.io/css/ */
218218

219219
.lds-dual-ring {
220-
color: #961c1c;
220+
color: #990000;
221221
display: block;
222222
margin: 0 auto;
223223
}

_includes/head.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<link rel="icon" type="image/png" sizes="32x32" href="https://cdn.beh.uk/img/favicon-32x32.png">
1414
<link rel="icon" type="image/png" sizes="16x16" href="https://cdn.beh.uk/img/favicon-16x16.png">
1515
<link rel="manifest" href="/site.webmanifest">
16-
<link rel="mask-icon" href="https://cdn.beh.uk/img/safari-pinned-tab.svg" color="#961c1c">
16+
<link rel="mask-icon" href="https://cdn.beh.uk/img/safari-pinned-tab.svg" color="#990000">
1717
<link rel="shortcut icon" href="https://cdn.beh.uk/img/favicon.ico">
18-
<meta name="msapplication-TileColor" content="#961c1c">
19-
<meta name="theme-color" content="#961c1c">
18+
<meta name="msapplication-TileColor" content="#990000">
19+
<meta name="theme-color" content="#990000">
2020
{% feed_meta %}

browserconfig.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<msapplication>
44
<tile>
55
<square150x150logo src="https://cdn.beh.uk/img/mstile-150x150.png"/>
6-
<TileColor>#961c1c</TileColor>
6+
<TileColor>#990000</TileColor>
77
</tile>
88
</msapplication>
99
</browserconfig>

site.webmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"type": "image/png"
1414
}
1515
],
16-
"theme_color": "#961c1c",
16+
"theme_color": "#990000",
1717
"display": "standalone"
1818
}

0 commit comments

Comments
 (0)