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