From a1565576e9ac38b63dc4addabd459136d86efed1 Mon Sep 17 00:00:00 2001 From: Pomaranczowek <83031596+Pomaranczowek@users.noreply.github.com> Date: Sun, 26 Jan 2025 12:39:26 +0100 Subject: [PATCH] Update elements.css with dark mode (cherry picked from commit e14e996799d9c9b9cc26f567a78bfe754a347c31) --- static/elements.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/static/elements.css b/static/elements.css index 1b4dfe1..00745e2 100644 --- a/static/elements.css +++ b/static/elements.css @@ -29,4 +29,9 @@ position:absolute;right:0;top:0;image-rendering:pixelated;background-size:contai .post-box .post-author{display:none} .post-box .post-dot{display:none} .post-box .post-title{display:inline-block;margin:0;font-style:normal;font-family:inherit} - +@media (prefers-color-scheme: dark) { + .follow{ +display:block;color:white;border-radius:25px;padding:8px 16px;background-color:#1f384a;text-decoration:none !important; +margin-bottom:5px;border:none;width:100%;text-align:left;font-size:16px +} + .follow:hover{background:#28465c;}