a cute and simple theme for the google docs homepage!
beige docs [home] by Chol
Details
AuthorChol
LicenseNo License
Categorydocs.google.com/document/u/
Created
Updated
Size994 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 beige docs [home]
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
@-moz-document url-prefix("https://docs.google.com/document/u/") {
html, body {
background-color: #f7f4f3;
font-family: Roboto,Arial,sans-serif;
height: 100%;
-webkit-font-smoothing: antialiased;
}
.docs-homescreen-container {
background-color: #f7f4f3;
}
.docs-homescreen-list-item-icon {
/* to black */
filter: invert(1);
/* or to blue */
filter: hue-rotate(150deg) grayscale(0.85) brightness(1.5)
}
img.gb_Kc.gb_Ld {
/* to black */
filter: invert(1);
/* or to blue */
filter: hue-rotate(150deg) grayscale(0.85) brightness(1.5)
}
.docs-homescreen-list-item {
background-color: #fff;
border-bottom: 1px solid #f7f4f3;
color: #444;
}
.gb_9d img.gb_Lc {
/* to black */
filter: invert(1);
/* or to blue */
filter: hue-rotate(150deg) grayscale(0.85) brightness(1.5)
}
}