diff options
author | crupest <crupest@outlook.com> | 2023-09-20 19:37:02 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-09-20 19:37:02 +0800 |
commit | e06f1a33e678ac264f9290013f49237ea97e699b (patch) | |
tree | 4179594a70bc36821df4326adb3246e2d55eee4e /FrontEnd/src/pages/timeline/TimelineDateLabel.css | |
parent | bdc69c18c1986544497b6974ffe5d8e073e4be6d (diff) | |
download | timeline-e06f1a33e678ac264f9290013f49237ea97e699b.tar.gz timeline-e06f1a33e678ac264f9290013f49237ea97e699b.tar.bz2 timeline-e06f1a33e678ac264f9290013f49237ea97e699b.zip |
...
Diffstat (limited to 'FrontEnd/src/pages/timeline/TimelineDateLabel.css')
-rw-r--r-- | FrontEnd/src/pages/timeline/TimelineDateLabel.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FrontEnd/src/pages/timeline/TimelineDateLabel.css b/FrontEnd/src/pages/timeline/TimelineDateLabel.css index 1c66045b..47a4cb44 100644 --- a/FrontEnd/src/pages/timeline/TimelineDateLabel.css +++ b/FrontEnd/src/pages/timeline/TimelineDateLabel.css @@ -1,9 +1,9 @@ .timeline-post-date-badge { display: inline-block; - padding: 0.1em 0.4em; + padding: 0.2em 0.5em; border-radius: 0.4em; - background: #7c7c7c; + background: var(--timeline-datetime-label-background-color); color: white; font-size: 0.8em; margin-left: 5em; -}
\ No newline at end of file +} |