Simple Winter Themed Theme For typetest.io
Winter by codeystein
Details
Authorcodeystein
LicenseNo License
Categorytypetest.io
Created
Updated
Size730 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 Winter
@version 20220403.15.39
@namespace userstyles.world/user/codeystein
@description Simple Winter Themed Theme For typetest.io
@author codeystein
@license No License
==/UserStyle== */
@-moz-document domain("typetest.io") {
:root {
/*
Winter | Cødey
*/
--text-light: #fff;
--grey-0: #20284e;
--grey-1: #2c4a78;
--grey-2: #3875a1;
--grey-3: #8bcadd;
--grey-4: #ffffff;
--grey-5: #3875a1;
--test-highlight: #20284e;
--blue-0: #8bcadd;
--blue-1: #8bcadd;
--blue-2: #2d9efb;
--blue-3: #1080db;
--danger-0: #f67070;
--danger-1: #ff4d4d;
--danger-2: #d13535;
--success-0: #8bcadd;
--success-1: #44a52c;
}
}