make highlight follow our accent colour

This commit is contained in:
Akis 2022-08-06 10:38:35 +03:00
parent daf6dd9f4e
commit 68502e7426
Signed by untrusted user: akis
GPG Key ID: 267BF5C6677944ED

View File

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