Custom selection colour
This commit is contained in:
@ -23,6 +23,11 @@
|
||||
url("/fonts/spectral-italic.ttf") format("truetype");
|
||||
}
|
||||
|
||||
::selection{
|
||||
background-color: #ffffb2;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.wrap {
|
||||
max-width: 55rem;
|
||||
margin: 0 auto;
|
||||
|
Reference in New Issue
Block a user