dark mode
go.dev playground DARK by saime-0
Details
Authorsaime-0
LicenseNo License
Categorygo.dev
Created
Updated
Size989 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 go.dev dark
@version 20211209.15.43
@namespace userstyles.world/user/saime-0
@description dark mode
@author saime-0
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://go.dev/play/") {
body {
background: #1c1c1c;
}
.PlayPage, .SiteContent {
background-color: #171717;
}
#code, .lines{
background-color: #1e1e1e;
color: #eee;
font-family: 'jetbrains', 'fira code', sans-serif
}
.Playground-outputContainer, .Playground-output {
background: #282828;
color: #fff;
}
.Playground-title {
color: #099ad2;
}
.Header {
background: #484848;
}
.PlayAbout {
color: #c4c4c4;
}
.PlayAbout a {
color: #4c8ff4;
}
.Playground-selectExample, .Playground-selectGoVersion, .Playground-shareURL, .Button {
background: #0555c6;
color: #fff;
border-radius: 0;
}
.Playground-runButton {
background: #009935 !important;
}
}