Update 'gitea-themed.css'

This commit is contained in:
Sophia Atkinson 2022-10-10 19:30:38 -07:00
parent 75ccc1c576
commit 6c59a31dd9
1 changed files with 12 additions and 3 deletions

View File

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