Basicly a darkmode theme, but the color pallete is from dracula
gog-games.com Dracula style ish by merlinux-source
Details
Authormerlinux-source
LicenseCC Zero
Categorygog, gog-games, dracula
Created
Updated
Size607 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Has a known bug in the home logo... but I'm to tired to get it working, I might update it.
Source code
/* ==UserStyle==
@name gog-games.com Dracula style ish
@version 20220227.01.41
@namespace userstyles.world/user/merlinux-source
@description Basicly a darkmode theme, but the color pallete is from dracula
@author merlinux-source
@license CC Zero
==/UserStyle== */
@-moz-document domain("gog-games.com") {
body, a {
background-color: #282a36 ;
color: #f8f8f2 ;
}
.block, .title, .tag, .date {
background-color: #44475a !important;
color: #f8f8f2 !important;
}
.new {
background-color: #95b300 !important;
}
#donate-bar {
background-color: #6a4da5 ;
}
}