A catpuccin theme for this-page-intentionally-left-blank.org
This page is left blank (catpuccin) by forlorn1216
Details
Authorforlorn1216
LicenseNo License
Categorythis-page-intentionally-left-blank.org
Created
Updated
Size525 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 this page is left blank (catpuccin)
@version 20240827.08.04
@namespace ?
==/UserStyle== */
@-moz-document url("https://this-page-intentionally-left-blank.org/") {
html,
body {
background-color: #1E1E2E;
color: #1E1E2E;
margin: 0;
padding: 0;
}
body {
font-family: "DejaVu Sans Mono", "Liberation Mono", Monaco, Menlo, Inconsolata, "Andale Mono", monospace;
font-size: 75.01%;
line-height: 1.5;
padding: 1em 2em;
}
p {
text-shadow: #1E1E2E 1px 1px 1px;
}
}