Update 'gitea-themed.css'

This commit is contained in:
2022-10-10 19:30:38 -07:00
parent 75ccc1c576
commit 6c59a31dd9

View File

@ -9,11 +9,12 @@ div.site-branding {
div.logo-ads-wrap { div.logo-ads-wrap {
background-color: #2E323E; background-color: #2E323E;
} }
div#wpadminbar.nojq{
background-color: #2E323E;
}
div.sticky-wrapper { div.sticky-wrapper {
background-color: #121212; background-color: #121212;
} }
div.sticky-wrapper { div.sticky-wrapper {
background-color: #2E323E; background-color: #2E323E;
} }
@ -225,4 +226,12 @@ li.recentcomments::before {
padding: 0; padding: 0;
font-size: 14px; font-size: 14px;
color: #fff; color: #fff;
} }
.category-button.cbd-cat-89 a:hover {
background: #4e5d94;
}
.category-button.cbd-cat-39 a:hover {
background: #4e5d94;
}