Just an experiment.
pastel-me pinks by yellowdress
Details
Authoryellowdress
LicenseNo License
Categoryusersttyle
Created
Updated
Size1.3 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 pastel-me pinks
@namespace developer.android.com
@version 1.0.0
@description Your eyes may tire of the glaring white screen during midnight, inspired rounds. Pastel colors save the day! (err.. night.)
Emphasizes pinks to further reduce blue light and soothe your pretty eyes. ^ᴗ^
@author Me
==/UserStyle== */
@-moz-document domain("developer.android.com") {
[layout="docs"] {
--devsite-background-1: #ead9c3;
--devsite-body-background: #ead9c3;
--devsite-note-notice-background: #e4cab7;
--devsite-note-notice-color: #e4cab7;
--devsite-header-color-lower: #ecd9e4;
--devsite-header-color-lower: #eae2e8;
}
table {
--devsite-table-cell-background: rgba(242, 222, 222, 0.95);
}
devsite-code {
--devsite-code-background: #f7eef4;
--devsite-code-background: #f7e7f2;
}
devsite-content {
--devsite-code-background: #f7e7f2;
}
devsite-code[dark-code] {
--devsite-code-background: #e6f0f5;
}
devsite-book-nav {
--devsite-nav-title-background-hover: #f7ddf7;
--devsite-nav-title-background-active: #fbbbe1;
}
devsite-header {
--devsite-header-color-lower: #eae2e8;
}
}