From 2b59e09a923827c74116bd1fb02f371198c58797 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Tue, 9 Apr 2024 19:16:46 +0200 Subject: [PATCH] Update themes.css --- src/themes.css | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/themes.css b/src/themes.css index 9267c7ac..4d765322 100644 --- a/src/themes.css +++ b/src/themes.css @@ -196,7 +196,7 @@ /* media */ --media-thumbnail-background-color: rgba(0, 0, 0, 0.05); - /* post */ + /* post desktop */ --post-hide-button-background-image: url("/public/assets/buttons/post-expand-minus-blue.png"); --post-unhide-button-background-image: url("/public/assets/buttons/post-expand-plus-blue.png"); --post-subject-text-color: #0f0c5d; @@ -297,7 +297,9 @@ /* media */ --media-thumbnail-background-color: rgba(0, 0, 0, 0.05); - /* post */ + /* post desktop */ + --post-hide-button-background-image: url("/public/assets/buttons/post-expand-minus-red.png"); + --post-unhide-button-background-image: url("/public/assets/buttons/post-expand-plus-red.png"); --post-subject-text-color: #cc1105; --post-subject-font-weight: 700; --post-name-text-color: #117743; @@ -410,7 +412,9 @@ /* media */ --media-thumbnail-background-color: rgba(0, 0, 0, 0.05); - /* post */ + /* post desktop */ + --post-hide-button-background-image: url("/public/assets/buttons/post-expand-minus-blue.png"); + --post-unhide-button-background-image: url("/public/assets/buttons/post-expand-plus-blue.png"); --post-subject-text-color: #0f0c5d; --post-subject-font-weight: 700; --post-name-text-color: #117743; @@ -524,7 +528,9 @@ /* media */ --media-thumbnail-background-color: rgba(255, 255, 255, 0.01); - /* post */ + /* post desktop */ + --post-hide-button-background-image: url("/public/assets/buttons/post-expand-minus-dark.png"); + --post-unhide-button-background-image: url("/public/assets/buttons/post-expand-plus-dark.png"); --post-subject-text-color: #b294bb; --post-subject-font-weight: 700; --post-name-text-color: #c5c8c6; @@ -631,7 +637,9 @@ /* media */ --media-thumbnail-background-color: rgba(0, 0, 0, 0.05); - /* post */ + /* post desktop */ + --post-hide-button-background-image: url("/public/assets/buttons/post-expand-minus-photon.png"); + --post-unhide-button-background-image: url("/public/assets/buttons/post-expand-plus-photon.png"); --post-subject-text-color: #111; --post-subject-font-weight: 700; --post-name-text-color: #004a99;