Update translucency.css

This commit is contained in:
Vozer
2023-04-12 22:32:39 -05:00
committed by GitHub
parent 8d70a79a2a
commit 7bdbf67e72
+3 -2
View File
@@ -2,14 +2,15 @@
--background-tertiary: #2f31364b; --background-tertiary: #2f31364b;
} }
.theme-light { .theme-light {
--background-tertiary: #ffffff7e; --background-tertiary: #ffffff1d;
} }
.theme-dark .appMount-2yBXZl, .theme-dark .app-2CXKsg, .theme-dark .bg-1QIAus, .theme-dark .scroller-3X7KbA, .theme-dark .guilds-2JjMmN, .theme-dark .channelName-3w2Y3c, .theme-dark .sidebar-1tnWFu, .theme-dark .privateChannels-oVe7HL, .theme-dark .searchBar-3TnChZ, .theme-dark .scroller-WSmht3, .theme-dark .container-1NXEtd, .theme-dark .header-3OsQeK, .theme-dark .searchBar-3TnChZ .searchBarComponent-3N7dCG { .theme-dark .appMount-2yBXZl, .theme-dark .app-2CXKsg, .theme-dark .bg-1QIAus, .theme-dark .scroller-3X7KbA, .theme-dark .guilds-2JjMmN, .theme-dark .channelName-3w2Y3c, .theme-dark .sidebar-1tnWFu, .theme-dark .privateChannels-oVe7HL, .theme-dark .searchBar-3TnChZ, .theme-dark .scroller-WSmht3, .theme-dark .container-1NXEtd, .theme-dark .header-3OsQeK, .theme-dark .searchBar-3TnChZ .searchBarComponent-3N7dCG {
background: transparent !important; background: transparent !important;
} }
.theme-light .appMount-2yBXZl, .theme-light .app-2CXKsg, .theme-light .bg-1QIAus, .theme-light .scroller-3X7KbA, .theme-light .guilds-2JjMmN, .theme-light .channelName-3w2Y3c, .theme-light .sidebar-1tnWFu, .theme-light .privateChannels-oVe7HL, .theme-light .searchBar-3TnChZ, .theme-light .scroller-WSmht3, .theme-light .container-1NXEtd, .theme-light .header-3OsQeK, .theme-light .searchBar-3TnChZ .searchBarComponent-3N7dCG { .theme-light .appMount-2yBXZl, .theme-light .app-2CXKsg, .theme-light .bg-1QIAus, .theme-light .scroller-3X7KbA, .theme-light .guilds-2JjMmN, .theme-light .channelName-3w2Y3c, .theme-light .sidebar-1tnWFu, .theme-light .privateChannels-oVe7HL, .theme-light .searchBar-3TnChZ, .theme-light .scroller-WSmht3, .theme-light .container-1NXEtd, .theme-light .header-3OsQeK, .theme-light .searchBar-3TnChZ .searchBarComponent-3N7dCG {
background: transparent !important; background: transparent !important;
} }
.theme-dark .header-3OsQeK { .theme-dark .header-3OsQeK, .theme-light .header-3OsQeK {
border-bottom: none; border-bottom: none;
} }