diff options
author | dvs1 | 2025-02-23 10:50:13 +1000 |
---|---|---|
committer | dvs1 | 2025-02-23 10:50:13 +1000 |
commit | 0fbd68d4e5393429bfcd12ce7abbdfe5250697c7 (patch) | |
tree | 34e0382465349140f8b3ed333af6651a66ef19b3 | |
parent | Attempt to change the sunglasses icon colour. (diff) | |
download | notYetAnotherWiki-0fbd68d4e5393429bfcd12ce7abbdfe5250697c7.zip notYetAnotherWiki-0fbd68d4e5393429bfcd12ce7abbdfe5250697c7.tar.gz notYetAnotherWiki-0fbd68d4e5393429bfcd12ce7abbdfe5250697c7.tar.bz2 notYetAnotherWiki-0fbd68d4e5393429bfcd12ce7abbdfe5250697c7.tar.xz |
Swap the purples to better match their inspiration.
-rw-r--r-- | default.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.template b/default.template index aa40c13..05ac03d 100644 --- a/default.template +++ b/default.template | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | .boxWrapper { | 21 | .boxWrapper { |
22 | height: 100vh; width: 100vw; | 22 | height: 100vh; width: 100vw; |
23 | background-image: linear-gradient($karenPurple$, $onefangPurple$); | 23 | background-image: linear-gradient($onefangPurple$, $karenPurple$); |
24 | color: white; | 24 | color: white; |
25 | display: grid; | 25 | display: grid; |
26 | // grid-template-areas: | 26 | // grid-template-areas: |