aboutsummaryrefslogtreecommitdiff
path: root/src/App.css
diff options
context:
space:
mode:
authorLibravatar Renard 2019-09-29 21:14:09 -0300
committerLibravatar Renard 2019-09-29 21:14:09 -0300
commitfb7f4b112f623716f9b2c4a36939f0e3b65f1403 (patch)
tree4ce963bd590ca3af512535658a2248e2ec50ff39 /src/App.css
parent6c6e9fd5dbf0c7f1cde8c3178cf57191bea65ea1 (diff)
downloadbai-client-fb7f4b112f623716f9b2c4a36939f0e3b65f1403.tar.gz
bai-client-fb7f4b112f623716f9b2c4a36939f0e3b65f1403.tar.xz
bai-client-fb7f4b112f623716f9b2c4a36939f0e3b65f1403.zip
Nightmode threadList
Diffstat (limited to 'src/App.css')
-rw-r--r--src/App.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/App.css b/src/App.css
index f347b78..73001f9 100644
--- a/src/App.css
+++ b/src/App.css
@@ -165,4 +165,21 @@
transform: translatex(-50%) translatey(-50%);
background-size: cover;
transition: 1s opacity;
+}
+
+.ui.items>.item>.content>.description.inverted {
+ color: rgba(255, 255, 255, 0.9);
+}
+
+.ui.items>.item .meta.inverted :last-child {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.ui.items>.item .extra.inverted {
+ color: rgba(255, 255, 255, 0.7);
+}
+
+.ui.items>.item>.content>a.header.inverted {
+ color: #4183C4;
+ ;
} \ No newline at end of file