Fellow Plan 9 and ACME users, tire no more of the colourful mess that is the modern Internet. Behold the joys of '90s pastel mono-colours and the Go fonts.
ACME by rkk

Details
Authorrkk
LicenseMIT
Categoryuserstyles, github
Created
Updated
Code size384 B
Code checksumc6a1cec6
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Disclaimer: This will not agree with everyone, and is currently still too brutal and primitive to be enabled everywhere.
Requires the Go fonts Go Mono and Go Regular to be available. See https://golang.org for details.
Source code
/* ==UserStyle==
@name ACME
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
@-moz-document url-prefix("http") {
*, .Box-header, body, .btn {
background-color: #ffffea !important;
color: #000000 !important;
border: 0px !important;
}
.blob-code {
font-family: "Go Mono" !important;
}
}