aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-08-16 01:28:25 +0800
committercrupest <crupest@outlook.com>2023-08-16 01:28:25 +0800
commit5bfd097ce4f67278462cd9ec0f63d819f0231a09 (patch)
treedb43e62c2d6e031e14b5d59cce81ca101b02cb4d /FrontEnd/src/pages
parentb541b8a2ac0f9588bb85bd52a6eef205ac47063b (diff)
downloadtimeline-5bfd097ce4f67278462cd9ec0f63d819f0231a09.tar.gz
timeline-5bfd097ce4f67278462cd9ec0f63d819f0231a09.tar.bz2
timeline-5bfd097ce4f67278462cd9ec0f63d819f0231a09.zip
...
Diffstat (limited to 'FrontEnd/src/pages')
-rw-r--r--FrontEnd/src/pages/timeline/TimelinePostView.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/FrontEnd/src/pages/timeline/TimelinePostView.css b/FrontEnd/src/pages/timeline/TimelinePostView.css
index c95427e5..f14e1322 100644
--- a/FrontEnd/src/pages/timeline/TimelinePostView.css
+++ b/FrontEnd/src/pages/timeline/TimelinePostView.css
@@ -26,6 +26,12 @@
justify-content: space-around;
}
+@media (prefers-color-scheme: dark) {
+ .timeline-post-options-mask {
+ background-color: hsla(0, 0%, 0%, 0.8);
+ }
+}
+
.timeline-post-content {
margin-top: 0.5em;
} \ No newline at end of file