aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/timeline/Timeline.css
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-08-26 21:00:26 +0800
committercrupest <crupest@outlook.com>2023-08-26 21:00:26 +0800
commit4daa84ede781cdf6f424d68c967a17c7e1c79f59 (patch)
treeb43b029278c8f53b872014bec35ab202261db035 /FrontEnd/src/pages/timeline/Timeline.css
parentad645a01c5c6926c4dba75f88c0777eb3cf4d09f (diff)
downloadtimeline-4daa84ede781cdf6f424d68c967a17c7e1c79f59.tar.gz
timeline-4daa84ede781cdf6f424d68c967a17c7e1c79f59.tar.bz2
timeline-4daa84ede781cdf6f424d68c967a17c7e1c79f59.zip
...
Diffstat (limited to 'FrontEnd/src/pages/timeline/Timeline.css')
-rw-r--r--FrontEnd/src/pages/timeline/Timeline.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/FrontEnd/src/pages/timeline/Timeline.css b/FrontEnd/src/pages/timeline/Timeline.css
index 656374e9..5325af98 100644
--- a/FrontEnd/src/pages/timeline/Timeline.css
+++ b/FrontEnd/src/pages/timeline/Timeline.css
@@ -1,12 +1,12 @@
.timeline-container {
- --timeline-shadow-color: #00000080;
+ --timeline-shadow-color: hsla(0, 0%, 0%, 0.5);
--timeline-card-shadow: 2px 1px 10px -2px var(--timeline-shadow-color);
- --timeline-post-line-color: #eadd2c;
+ --timeline-post-line-color: hsl(56, 82%, 55%);
--timeline-post-line-shadow: 2px 1px 10px -1px var(--timeline-shadow-color);
--timeline-post-card-background-color: hsl(0, 0%, 100%);
--timeline-post-card-shadow: 4px 2px 10px -2px var(--timeline-shadow-color);
--timeline-post-card-border-radius: 10px;
- --timeline-post-text-color: #000000;
+ --timeline-post-text-color: hsl(0, 0%, 0%);
}
@media (prefers-color-scheme: dark) {
@@ -168,7 +168,7 @@
}
.timeline-post-item-options-mask {
- background: rgba(255, 255, 255, 0.85);
+ background: hsla(0, 0%, 100%, 0.85);
z-index: 100;
position: absolute;
left: 0;