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