more styling fixes

This commit is contained in:
teddit 2020-11-22 12:55:16 +01:00
parent f846afbc99
commit 8be9612552

11
dist/css/styles.css vendored
View File

@ -214,6 +214,15 @@ body.dark .view-more-inks a {
background: black; background: black;
color: white; color: white;
} }
body.dark .md .md-spoiler-text:not(.revealed):active,
body.dark .md .md-spoiler-text:not(.revealed):focus,
body.dark .md .md-spoiler-text:not(.revealed):hover {
background: white;
color: black;
}
body.dark .comment .body a {
color: #3d99fb;
}
a { a {
color: var(--linkcolor); color: var(--linkcolor);
text-decoration: none; text-decoration: none;
@ -789,6 +798,8 @@ input[type="submit"]:hover,
float: left; float: left;
margin-bottom: 11px; margin-bottom: 11px;
margin-top: 11px; margin-top: 11px;
font-weight: bold;
font-size: 11px;
} }
#post .image { #post .image {
padding-left: 60px; padding-left: 60px;