From 93817fef3ead7cfd4fcde25ea2bcec02d01310a4 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Fri, 13 Sep 2024 19:57:43 +0200 Subject: A lot of changes again --- src/ui/theme-slate.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/ui/theme-slate.css (limited to 'src/ui/theme-slate.css') diff --git a/src/ui/theme-slate.css b/src/ui/theme-slate.css new file mode 100644 index 0000000..e72bf12 --- /dev/null +++ b/src/ui/theme-slate.css @@ -0,0 +1,8 @@ +@import url("./slate.min.css"); +@import url("./site.css"); +.post-container-controls { + background-image: linear-gradient(transparent, #272b30 56%); +} +.post-container-controls::after { + background: rgba(0,0,0,0.6); +} -- cgit v1.2.3