Simple Olivia Themed Theme For typetest.io
Nord by codeystein
Details
Authorcodeystein
LicenseNo License
Categorytyptest.io
Created
Updated
Size668 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 Nord
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
:root {
@-moz-document domain("typetest.io") {
/*
Nord | Cødey
*/
--text-light: #fff;
--grey-0: #242933;
--grey-1: #2E3440;
--grey-2: #B48387;
--grey-3: #d9a9ad;
--grey-4: #B48387;
--grey-5: #d9a9ad;
--test-highlight: #B48387;
--blue-0: #d9a9ad;
--blue-1: #B48387;
--blue-2: #B48387;
--blue-3: #B48387;
--danger-0: #BF616A;
--danger-1: #9e474f;
--danger-2: #692d32;
--success-0: #A3BE8C;
--success-1: #7f9c67;
}
}