pale pink theme for google docs
pink google docs by ccczzx
Details
Authorccczzx
LicenseNo License
Categoryuserstyles
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name docs.google.com
@version 20220411.20.21
@namespace userstyles.world/user/ccczzx
@description light pink theme for google docs
@author ccczzx
@license No License
==/UserStyle== */
@-moz-document domain("docs.google.com") {
#docs-chrome {
background: #e0d3d1;
outline: none;
}
style attribute {
overflow-x: auto;
background-color: #e0d3d1;
height: 798px;
cursor: text;
}
.docs-material #docs-header .docs-titlebar-buttons {
align-items: center;
background-color: #e0d3d1;
display: flex;
height: 64px;
padding: 0 12px 0 16px;
top: 0;
z-index: 900;
}
.docs-title-input {
border: 1px solid transparent;
border-radius: 2px!important;
color: #e0d3d1;
font-size: 18px;
font-variant-ligatures: no-contextual;
height: 20px;
line-height: 22px;
margin: 0;
min-width: 1px;
padding: 2px 7px;
visibility: hidden;
background-color: #e0d3d1;
}
style attribute {
overflow-x: auto;
background-color: #e0d3d1;
height: 798px;
cursor: text;
}
}