Added custom selection color.
This commit is contained in:
@@ -20,9 +20,15 @@
|
|||||||
body {
|
body {
|
||||||
font-family: Moderat, Helvetica Neue;
|
font-family: Moderat, Helvetica Neue;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
background-color: #72533b;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
color: inherit;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user