Dark minimalistic theme for the Optifine website
Optifine Dark Theme by darkissou
Details
Authordarkissou
LicenseNo License
Categoryoptifine.net
Created
Updated
Size431 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 optifine.net
@version 20230828.21.21
@namespace ?
==/UserStyle== */
@-moz-document domain("optifine.net") {
body {
background-image: none !important;
background-color: #121212 !important;
color: white
}
.tableRoot {
background-color: #121212;
box-shadow: 0px 0px 20px #000;
}
.downloadLineMain:first-child {
background-color: #21242c;
}
A {
color: #4883e3;
}
}