Skip to content

Commit

Permalink
Minor style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Tressley committed Nov 7, 2022
1 parent 90f87a2 commit 81d7b0b
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,7 @@ aside svg { height: 4.5rem; }
border: 0.125rem solid hsl(var(--color-white-hsl) / 0.25);
}

#search input:hover { border-color: hsl(var(--color-white-hsl) / 0.5); }

#search input:focus {
background-color: hsl(var(--color-white-hsl) / 0.025);
outline-color: var(--color-orange);
}
#search input:hover { border-color: hsl(var(--color-white-hsl) / 0.5); }

#bookmarks a:focus,
#bookmarks a:hover { background-color: hsl(var(--color-white-hsl) / 0.05); }
Expand All @@ -164,15 +159,16 @@ aside svg { height: 4.5rem; }
}

#search input:hover { border-color: hsl(var(--color-black-hsl) / 0.5); }

#search input:focus { outline-color: var(--color-orange); }

#bookmarks a:focus,
#bookmarks a:hover { background-color: hsl(var(--color-black-hsl) / 0.05); }
}

#search input:active,
#search input:focus { border-color: transparent; }
#search input:focus {
background-color: hsl(var(--color-white-hsl) / 0.025);
border-color: var(--color-orange);
outline-color: hsl(var(--color-orange-hsl) / 0.25);
}

#bookmarks {
align-items: flex-start;
Expand Down Expand Up @@ -210,7 +206,6 @@ aside svg { height: 4.5rem; }
color: var(--primary-link-color);
padding: var(--spacing-s);
text-decoration: none;
transition: background-color 0.125s ease-in-out, color 0.125s ease-in-out;
}

#bookmarks a:focus,
Expand Down

0 comments on commit 81d7b0b

Please sign in to comment.