diff options
Diffstat (limited to 'Vencord')
| -rw-r--r-- | Vencord/.config/Vencord/themes/Translucence.theme.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Vencord/.config/Vencord/themes/Translucence.theme.css b/Vencord/.config/Vencord/themes/Translucence.theme.css index 5f84baa..ddcdd58 100644 --- a/Vencord/.config/Vencord/themes/Translucence.theme.css +++ b/Vencord/.config/Vencord/themes/Translucence.theme.css @@ -2,7 +2,7 @@ :root { /* APP ELEMENTS */ - --app-bg: none; + --app-bg: rgba(0, 54, 54, 0.3); --app-blur: 6px; --app-margin: 24px; --app-radius: 8px; @@ -76,3 +76,8 @@ --background-modifier-selected: hsl(0,0%,100%,0.125); } } + +.visual-refresh [class^="winButtons_"], +.visual-refresh [class*=" winButtons_"] { + display: none !important; +} |
