change to red!

This commit is contained in:
Lachlan Kermode
2020-07-01 19:13:19 +02:00
parent c2b1440f93
commit 2b9975397f
5 changed files with 6 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ $offwhite: #efefef;
$lightwhite: #dfdfdf;
$midwhite: #a0a0a0;
$darkwhite: darken($midwhite, 15%);
$yellow: #ffd800;
$yellow: #eb443e; // #ffd800;
$red: rgb(233, 0, 19);
$green: rgb(61, 241, 79);
$midgrey: rgb(44, 44, 44);

View File

@@ -46,7 +46,7 @@
top: 0;
max-width: $toolbar-width;
max-height: 30px;
display: flex;
display: none;
justify-content: center;
align-items: center;
.cover-logo-container {