mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-22 09:16:47 +02:00
Style Ko-fi widgets to match light/dark theme
Floating button now initializes with theme-aware colors and updates on toggle. Status page iframe uses a tuned CSS filter in dark mode to blend with the warm palette.
This commit is contained in:
@@ -3275,6 +3275,9 @@ code {
|
||||
height: 650px;
|
||||
display: block;
|
||||
}
|
||||
.dark-mode .paper-kofi-wrap iframe {
|
||||
filter: invert(0.88) hue-rotate(180deg) sepia(0.15) saturate(1.2) brightness(1.1) contrast(0.85);
|
||||
}
|
||||
@media (max-width: 700px) {
|
||||
.paper-kofi-wrap iframe { height: 720px; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user