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" />
This commit is contained in:
Inverle
2025-09-27 14:21:59 +02:00
committed by GitHub
parent e79c2866bd
commit 2da733b5cf
3 changed files with 1 additions and 11 deletions

View File

@@ -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

View File

@@ -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;
}

View File

@@ -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;
}