aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Inverle <inverle@proton.me> 2025-09-27 14:21:59 +0200
committerGravatar GitHub <noreply@github.com> 2025-09-27 14:21:59 +0200
commit2da733b5cfde04c4cd8a091d4d7ee8e0d2622d84 (patch)
tree2a679d9192f2b4c8bd2487e7727e0f82bbbb62e5
parente79c2866bda4bc2af77e26be60f50582f2375ed8 (diff)
Dark-pink theme: remove white background from configure buttons (#8020)
Before: <img width="273" height="116" alt="image" src="https://github.com/user-attachments/assets/4fb9b1f2-b960-428e-9c3f-84e803cd0afa" /> After: <img width="239" height="111" alt="image" src="https://github.com/user-attachments/assets/7528649b-47f0-4111-8cf8-ac54080d5573" />
-rw-r--r--p/themes/Dark-pink/README.md2
-rw-r--r--p/themes/Dark-pink/pinkdark.css5
-rw-r--r--p/themes/Dark-pink/pinkdark.rtl.css5
3 files changed, 1 insertions, 11 deletions
diff --git a/p/themes/Dark-pink/README.md b/p/themes/Dark-pink/README.md
index 56968bbd9..8bb0460c7 100644
--- a/p/themes/Dark-pink/README.md
+++ b/p/themes/Dark-pink/README.md
@@ -2,7 +2,7 @@
[Dark pink theme](https://gitlab.com/miicat/freshrss-dark-pink-theme) based on **Alternative Dark** theme made by Ghost for [FreshRSS](https://github.com/FreshRSS/FreshRSS)
-![screenshot](https://gitlab.com/miicat/freshrss-dark-pink-theme/-/raw/main/Dark-pink/thumbs/original.png)
+![screenshot](./thumbs/original.png)
## License
diff --git a/p/themes/Dark-pink/pinkdark.css b/p/themes/Dark-pink/pinkdark.css
index ae02a8a51..da7ef0c36 100644
--- a/p/themes/Dark-pink/pinkdark.css
+++ b/p/themes/Dark-pink/pinkdark.css
@@ -40,11 +40,6 @@
filter: sepia(21%) brightness(94%) hue-rotate(112deg) saturate(1000%) contrast(132%) invert(100%)
}
-.aside_feed .tree-folder-items .item .dropdown-target:target ~ .dropdown-toggle > .icon,
-.aside_feed .tree-folder-items .item.active .dropdown-toggle > .icon {
- background-color: #000;
-}
-
#new-article {
background: #ffa1af;
}
diff --git a/p/themes/Dark-pink/pinkdark.rtl.css b/p/themes/Dark-pink/pinkdark.rtl.css
index 1f4b31ff8..6426b2f9a 100644
--- a/p/themes/Dark-pink/pinkdark.rtl.css
+++ b/p/themes/Dark-pink/pinkdark.rtl.css
@@ -40,11 +40,6 @@
filter: sepia(21%) brightness(94%) hue-rotate(112deg) saturate(1000%) contrast(132%) invert(100%)
}
-.aside_feed .tree-folder-items .item .dropdown-target:target ~ .dropdown-toggle > .icon,
-.aside_feed .tree-folder-items .item.active .dropdown-toggle > .icon {
- background-color: #000;
-}
-
#new-article {
background: #ffa1af;
}