A very simple dark mode for Aral Balkan's website
ar.al dark mode by kenewbie
Details
Authorkenewbie
LicenseNo License
Categoryar.al
Created
Updated
Size302 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 ar.al
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
*{
background-color: black !important;
color: rgb(255, 255, 255) !important;
}
a{
color: rgb(0, 255, 139) !important;
border-bottom: 1px solid rgb(0, 255, 139);
}