tsuki.css: remove duplicated css

This commit is contained in:
Zankaria 2025-06-01 23:19:34 +02:00
parent d4bc625c05
commit ee84baf87d

View file

@ -303,10 +303,6 @@ div.post.reply div.body {
padding-bottom: 0.3em;
}
div.post.reply.highlighted {
background: #D6BAD0;
}
div.post.reply div.body a {
color: #D00;
}
@ -322,6 +318,8 @@ div.post div.body {
div.post.reply {
background: #D6DAF0;
border: #555555 1px solid;
box-shadow: 4px 4px #555;
margin: 0.2em 4px;
padding: 0.2em 0.3em 0.5em 0.6em;
border-width: 1px;
@ -1359,18 +1357,8 @@ a.post_no:hover {
color: #32DD72 !important;
text-decoration: underline overline;
}
div.post.reply {
background: #111;
border: #555555 1px solid;
box-shadow: 4px 4px #555;
@media (max-width: 48em) {
border-left-style: none;
border-right-style: none;
}
}
div.post.reply.highlighted {
background: #555;
background: #D6BAD0;
border: transparent 1px solid;
@media (max-width: 48em) {