Dark mode for lua.org
Lua Org Dark by buysnoah
Details
Authorbuysnoah
LicenseNo License
Categorylua
Created
Updated
Size568 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 www.lua.org/manual/5.1/manual
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.lua.org/") {
/* Insert code here... */
html {
background-color: #151519;
}
body {
background-color: #37373d45;
color: #9a9eb0;
border-color: #7f7ff0
}
h1,
h2,
h3,
h4,
code,
a:link {
color: #7f7ff0
}
h1 img {
display: none
}
}