Skip to content

Commit

Permalink
Add selection color
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekai-s authored Aug 12, 2021
1 parent 529355f commit c1d705e
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions style-bhl.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,18 @@ body {
font-variant-ligatures: none;
}

/* Selection color */

::-moz-selection {
background: rgba(var(--swatch-primary, 180, 35, 35), 0.25);
text-shadow: none;
}

::selection {
background: rgba(var(--swatch-primary, 180, 35, 35), 0.25);
text-shadow: none;
}

body {
font-family: var(--body-font);
overflow: hidden;
Expand Down Expand Up @@ -214,8 +226,7 @@ body {
overflow: hidden;
}

.side-block div.menu-item a,
.side-block div.menu-item a:visited {
.side-block div.menu-item a {
--wght: var(--ui-wght);
display: flex;
flex-grow: 2;
Expand Down

0 comments on commit c1d705e

Please sign in to comment.