Add selection colors

pull/4615/head
Cagatay Civici 2023-10-15 13:16:55 +03:00
parent a6edc25a25
commit 8bff5ce2c2
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ a {
text-decoration: none;
}
::selection {
background-color: var(--highlight-bg);
color: var(--highlight-text-color);
}
h1, h2, h3, h4, h5, h6 {
margin: 1.5rem 0 1rem 0;
font-family: inherit;