updated styling and removed unused fonts

This commit is contained in:
2023-08-11 04:03:35 -07:00
parent 6951e6b3b9
commit 59cd2aa277
10 changed files with 57 additions and 332 deletions

View File

@@ -1,4 +1,4 @@
@import url("https://fonts.bunny.net/css?family=damion:400|dotgothic16:400|source-code-pro:300|oxygen:400");
@import url("https://fonts.bunny.net/css?family=damion:400|oxygen:400");
:root{
--text-color:#fff;
--background:#653024;
@@ -174,7 +174,6 @@ input,input#author,input#email,input#url,input.search-field,input[type=text],inp
}
code,.wp-block-code{
background-color:#343434;
font-family:'Source Code Pro',monospace;
}
#wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus,#wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus,#wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item,#wpadminbar .ab-top-menu>li.hover>.ab-item{
background:var(--background-darker);
@@ -305,4 +304,9 @@ border-color: var(--background-darker)!important;
}
.widget_recent_comments li,.recentcomments{
display: block!important;
}
}
.comment-author img{
border-radius:50%!important;
padding: none;
border: none;
}