Update primary and link colours
This commit is contained in:
parent
7585dac297
commit
cc370bf163
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ what's here to work the way you'd like it to.
|
|||
:root {
|
||||
|
||||
/* Colours */
|
||||
--color-primary: #3eb0ef;
|
||||
--color-primary: #FFA500;
|
||||
--color-base: #15171A;
|
||||
--color-secondary: #5B7A81;
|
||||
--color-secondary: #81645B;
|
||||
--color-border: #c7d5d8;
|
||||
--color-bg: #f5f5f5;
|
||||
|
||||
|
@ -443,7 +443,7 @@ blockquote cite a {
|
|||
}
|
||||
|
||||
a {
|
||||
color: #26a8ed;
|
||||
color: #ED8026;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue