Added custom selection color.

This commit is contained in:
2021-01-03 16:52:54 +01:00
parent c1bcf7b3f6
commit 444502a84c

View File

@@ -20,9 +20,15 @@
body {
font-family: Moderat, Helvetica Neue;
margin: 0;
::selection {
background-color: #72533b;
color: white;
}
}
a {
color: inherit;
text-decoration: none;
}