|
@@ -28,6 +28,9 @@
|
|
|
--grw-wiki-link-color-rgb: var(--grw-primary-600-rgb);
|
|
--grw-wiki-link-color-rgb: var(--grw-primary-600-rgb);
|
|
|
--grw-wiki-link-hover-color-rgb: var(--grw-primary-800-rgb);
|
|
--grw-wiki-link-hover-color-rgb: var(--grw-primary-800-rgb);
|
|
|
|
|
|
|
|
|
|
+ // change marker color
|
|
|
|
|
+ --grw-marker-bg: var(--grw-marker-bg-cyan);
|
|
|
|
|
+
|
|
|
&, body {
|
|
&, body {
|
|
|
background-image: url('../images/hufflepuff/hufflepuff-light-bg.svg');
|
|
background-image: url('../images/hufflepuff/hufflepuff-light-bg.svg');
|
|
|
background-attachment: fixed;
|
|
background-attachment: fixed;
|
|
@@ -65,6 +68,9 @@
|
|
|
--grw-wiki-link-color-rgb: var(--grw-primary-500-rgb);
|
|
--grw-wiki-link-color-rgb: var(--grw-primary-500-rgb);
|
|
|
--grw-wiki-link-hover-color-rgb: var(--grw-primary-400-rgb);
|
|
--grw-wiki-link-hover-color-rgb: var(--grw-primary-400-rgb);
|
|
|
|
|
|
|
|
|
|
+ // change marker color
|
|
|
|
|
+ --grw-marker-bg: var(--grw-marker-bg-cyan);
|
|
|
|
|
+
|
|
|
&, body {
|
|
&, body {
|
|
|
background-image: url('../images/hufflepuff/hufflepuff-dark-bg.svg');
|
|
background-image: url('../images/hufflepuff/hufflepuff-dark-bg.svg');
|
|
|
background-attachment: fixed;
|
|
background-attachment: fixed;
|