Update primary and link colours

This commit is contained in:
Hippo 2019-09-29 10:15:48 +05:30
parent 7585dac297
commit cc370bf163

View file

@ -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;
}