A new userstyle
colab notebook dark reader by ycy
Details
Authorycy
LicenseNo License
Categorygoogle
Created
Updated
Size3.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 colab notebook dark reader
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://colab.research.google.com") {
@import url(https://fonts.googleapis.com/css2?family=Droid+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Droid+Serif:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fira+Code:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
div.notebook-content-background {
background-color: #262626;
}
div.text-top-div {
background-color: #262626;
font-family: Droid Serif;
}
div.notebook-content {
background-color: #262626;
padding-left: 45px;
}
div.add-cell {
background-color: #262626;
}
div.main-content {
background-color: #262626;
}
div div colab-static-output-renderer {
background-color: #232323;
}
colab-notebook-toolbar.horizontal.layout.center.noshrink.collapsed {
background-color: #282828;
}
div.left-pane-top {
background-color: #282828;
}
div div md-icon-button {
background-color: #282828;
}
div.left-pane-button {
background-color: #282828;
}
div.cell-execution-container {
background-color: #232323;
}
body div colab-status-bar {
background-color: #282828;
}
div.colab-left-pane-nib.layout.vertical {
background-color: #282828;
}
md-icon-button.header-section-toggle {
background-color: #262626;
}
div colab-static-output-renderer div {
background-color: #232323;
font-family: Fira Code;
}
div.output-info {
background-color: #232323;
}
div.output-iframe-sizer {
background-color: #232323;
}
span {
letter-spacing: 1pt;
}
div.inputarea.horizontal.layout.code {
padding-left: 25px;
}
.view-line {
padding-left: 12px;
font-family: Droid Serif;
}
div.cell-gutter {
background-color: #232323;
}
div.notebook-scrolling-horizontal {
background-color: #262626;
}
div.footer-links {
background-color: #262626;
}
div.resizer-contents {
font-family: Droid Sans;
background-color: #282828;
letter-spacing: 0px;
}
div.colab-toc-sections {
font-size: small;
font-weight: 100;
font-style: normal;
text-transform: uppercase;
}
colab-notebook-toolbar.horizontal.layout.center.noshrink {
background-color: #282828;
}
}