aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/void.css
diff options
context:
space:
mode:
authorLibravatar Choom 2022-12-23 22:12:03 -0300
committerLibravatar Choom 2022-12-24 03:26:35 -0300
commit29c5d154c31de627ecbb913430e70842525ae6ac (patch)
tree7d5bf35deab784fca38260f2560406db47725564 /static/css/txt/void.css
parent0f66a8eae917c47fb4fa478c1d8ecf1a79d07a05 (diff)
downloadweabot-29c5d154c31de627ecbb913430e70842525ae6ac.tar.gz
weabot-29c5d154c31de627ecbb913430e70842525ae6ac.tar.xz
weabot-29c5d154c31de627ecbb913430e70842525ae6ac.zip
Fix css movil
Diffstat (limited to 'static/css/txt/void.css')
-rw-r--r--static/css/txt/void.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/static/css/txt/void.css b/static/css/txt/void.css
index 50d8275..2b63fd6 100644
--- a/static/css/txt/void.css
+++ b/static/css/txt/void.css
@@ -7,8 +7,14 @@ textarea,
select {
color: #888;
}
-body {
+body,
+#main_nav {
background: #000;
+}
+.banner,
+.outerbox,
+.thread,
+#threads {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
@@ -48,7 +54,8 @@ h4,
border-bottom: 1px solid #151515;
margin-top: 0.5em;
}
-.hidden {
+.hidden,
+.deleted {
margin: 0;
}
h4 a {
@@ -67,4 +74,4 @@ hr {
}
.yt:hover {
text-decoration: none;
-} \ No newline at end of file
+}