Skip to content

Commit

Permalink
minor: tweak headings to be more discernible
Browse files Browse the repository at this point in the history
  • Loading branch information
JMSDOnline committed Dec 18, 2024
1 parent 31d731f commit 434aa3e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,16 @@ a:focus {
background-color: transparent !important;
}

.dropdown-menu {
--bs-dropdown-border-color: #333;
--bs-dropdown-bg: #222;
--bs-dropdown-link-color: #ccc;
--bs-dropdown-link-active-color: #fff;
--bs-dropdown-link-active-bg: #111;
--bs-dropdown-link-hover-color: #fff;
--bs-dropdown-link-hover-bg: #111;
}

/* Navigation Links */
div#t .nav-link {
border: 0px solid #2a2a2a;
Expand Down Expand Up @@ -721,12 +731,12 @@ category-list {
category-panel::part(heading) {
font-size: 12px;
/*padding: 2px 14px 2px 30px;*/
height: 22px;
/*height: 22px;
line-height: 25px;
font-weight: 700;
text-shadow: 0 -1px 0 #000;
border: none;
background-color: #2a2a2a;
background-color: #2a2a2a;*/
}

div[part="heading"] {
Expand Down

0 comments on commit 434aa3e

Please sign in to comment.