changes the theme to a dracula like style
typeit.org Dracula style ish by merlinux-source
Details
Authormerlinux-source
LicenseNo License
Categorydracula, typeit, dark,
Created
Updated
Size418 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 typeit.org Dracula style ish
@version 20220227.10.58
@namespace userstyles.world/user/merlinux-source
@description changes the theme to a dracula like style
@author merlinux-source
@license No License
==/UserStyle== */
@-moz-document domain("typeit.org") {
body,
div,
button,
a,
b,
span,
label {
background: #282a36 !important;
color: #f8f8f2 !important;
}
}