forked from ProjectSegfault/website
make highlight follow our accent colour
This commit is contained in:
parent
daf6dd9f4e
commit
68502e7426
@ -22,7 +22,7 @@ html {
|
|||||||
--tertiary: #353535;
|
--tertiary: #353535;
|
||||||
--accent-primary: #b59bd8;
|
--accent-primary: #b59bd8;
|
||||||
--accent-secondary: #b59bd8;
|
--accent-secondary: #b59bd8;
|
||||||
--accent-tertiary: #b59bd8;
|
--accent-translucent: #b59bd898;
|
||||||
--text: #ffffffde;
|
--text: #ffffffde;
|
||||||
--grey: #5454547a;
|
--grey: #5454547a;
|
||||||
--font-primary: Raleway;
|
--font-primary: Raleway;
|
||||||
@ -41,6 +41,10 @@ body {
|
|||||||
line-height: 1.625;
|
line-height: 1.625;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
background-color: var(--accent-translucent);
|
||||||
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user