meant to work together as a fix for dark theme for google docs by lekrosomething sorry i forgot their name
wane by kczxaa
Details
Authorkczxaa
LicenseNo License
Categorywane
Created
Updated
Size809 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name wane
@namespace pogger
@version 20210708.9.1
==/UserStyle== */
@-moz-document domain("docs.google.com") {
.kix-appview-editor,.docs-companion-app-switcher-container, .companion-app-switcher-container {
background-color: #1d1d20 !important;
border-color: transparent;
}
}
@-moz-document domain("drive.google.com") {
.gb, .gb_pa, .gb_Va, .gb_Le, .gb_Kd {
background-color: #1a1a1d !important;
border-color: rgba(8, 8, 8, 0);
}
.ak25Me {
background-color: #1a1a1d !important;
border-color: rgba(8, 8, 8, 0);
}
}
@-moz-document domain("classroom.google.com") {
.gb_9a {
background-color: #1a1a1d !important;
border-color: rgba(8, 8, 8, 0);
}
.gb_k .gb_lb {
color: #7091f5 !important;
border-color: rgba(8, 8, 8, 0);
}
}