From 5bfd097ce4f67278462cd9ec0f63d819f0231a09 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 16 Aug 2023 01:28:25 +0800 Subject: ... --- FrontEnd/src/pages/timeline/TimelinePostView.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'FrontEnd/src/pages') 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 -- cgit v1.2.3