mirror of
https://codeberg.org/tacerus/teddit.git
synced 2025-01-09 12:52:32 +01:00
more styling fixes
This commit is contained in:
parent
f846afbc99
commit
8be9612552
11
dist/css/styles.css
vendored
11
dist/css/styles.css
vendored
@ -214,6 +214,15 @@ body.dark .view-more-inks a {
|
||||
background: black;
|
||||
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 {
|
||||
color: var(--linkcolor);
|
||||
text-decoration: none;
|
||||
@ -789,6 +798,8 @@ input[type="submit"]:hover,
|
||||
float: left;
|
||||
margin-bottom: 11px;
|
||||
margin-top: 11px;
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
}
|
||||
#post .image {
|
||||
padding-left: 60px;
|
||||
|
Loading…
Reference in New Issue
Block a user