Update 'default-theme.css'

This commit is contained in:
Sophia Atkinson 2022-11-10 22:31:48 -08:00
parent 39c7fb8d84
commit caa40e1ad9
1 changed files with 51 additions and 18 deletions

View File

@ -1,19 +1,29 @@
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400&family=Monoton&family=Oxygen:wght@300;400&family=Source+Code+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Damion&family=DotGothic16&family=IBM+Plex+Mono&family=Monoton&family=Silkscreen&family=Source+Code+Pro&display=swap');
@import url('https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css');
div.site-branding {
background-color: #121212;
}
div.mt-live-link a{
background-color: #7289DA;
}
div.mt-live-link a:hover{
background-color: #4E5D94;
}
.mt-live-link a:hover,.mt-live-link a:focus {
color: #fff;
background-color: #4E5D94;
box-shadow: none;
}
div#top-header.top-header-wrap.mt-clearfix{
background-color: #121212;
}
div.logo-ads-wrap {
background-color: #121212;
}
div.sticky-wrapper {
div#wpadminbar.nojq{
background-color: #121212;
}
div.sticky-wrapper {
background-color: #121212;
}
@ -159,8 +169,6 @@ body {
line-height: 1.5;
font-weight: 1;
}
}
.error-num {
margin: 0;
font-family: 'Monoton', cursive;
@ -189,15 +197,6 @@ h3#reply-title.comment-reply-title {
color: #fff;
}
<---
li.recentcomments::before {
color: #fff;
}
--->
<--------->
.tags-links a {
color: #fff;
}
@ -225,4 +224,38 @@ li.recentcomments::before {
padding: 0;
font-size: 14px;
color: #fff;
}
div#bottom-footer{
background: #121212;
}
#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: #121212;
color: #7289DA;
}
#wpadminbar .quicklinks a span#ab-updates {
background: #121212;
color: #2c3338;
display: inline;
padding: 2px 5px;
font-size: 10px;
font-weight: 600;
border-radius: 10px;
}
#wpadminbar .menupop .ab-sub-wrapper,
#wpadminbar .shortlink-input {
margin: 0;
padding: 0;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
background: #121212;
display: none;
position: absolute;
float: none;
}
li.recentcomments:before {
font-family: ForkAwesome;
content: "\f086 ";
}