css: add missing media queries to css styles

This commit is contained in:
Zankaria 2025-01-08 22:14:21 +01:00
parent 55d21a4dd5
commit 7de4ca2133
28 changed files with 819 additions and 666 deletions

View file

@ -25,7 +25,7 @@ div.boardlist{
background-color: #000!important;
}
@font-face
@font-face
{
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
@ -74,7 +74,7 @@ a.post_no {
color: #d2738a;
text-decoration: none;
}
span.quote
span.quote
{
color:#d2738a;
}
@ -93,6 +93,11 @@ div.post.reply {
div.post.reply.highlighted {
background: transparent;
border: #EDC7D0 1px solid;
@media (max-width: 48em) {
border-left-style: none;
border-right-style: none;
}
}
div.post.reply div.body a:link, div.post.reply div.body a:visited {
color: #646464;
@ -216,11 +221,11 @@ table.modlog tr th {
#options_div {
background-color: #000000;
}
.options_tab_icon {
color: #c1b492;
}
.options_tab_icon.active {
color: #d2738a;
}