Pure dark mode for our fellas from Poly. We all live in the Golan Heights.
Polymarket Dark by sayrusgit

Details
Authorsayrusgit
LicenseGNU GPLv3
Categorypolymarket
Created
Updated
Code size1.1 kB
Code checksumb6c9b45d
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Polymarket Dark
@namespace https://github.com/sayrusgit
@author sayrus
@description Made with love <3
@version 1.2
@license GNU GPLv3
@preprocessor uso
==/UserStyle== */
@-moz-document domain("polymarket.com") {
:root {
--color-background: #131517;
--color-input-bg-surface: var(--colors-gray6);
--color-input-bg-surface-hover: var(--colors-gray6_50);
--color-surface: var(--colors-gray6_50);
--color-border: #25272d;
--colors-shadeMediumTransparent: var(--colors-gray6_50);
--colors-shadeWhite: #131517;
--colors-shadeOffWhite: #121212;
--colors-gray1: #F2F2F2;
--colors-gray2: #858D92;
--colors-gray3: #858D92;
--colors-gray4: #41464a;
--colors-gray5: #282c2f;
--colors-gray6: #1a1c20;
--colors-gray6_50: #25272d;
--colors-gray8: #253544;
--colors-shadeWhiteAlpha75: #131517B5;
}
.t-diUTMH .c-hMAHRF {
background-color: var(--colors-cardFill);
border-color: var(--colors-cardBorder);
}
}