Skip to content

ithkuil.net by xjix

Details

Authorxjix

LicenseCC Zero

Categoryuserstyles

Created

Updated

Size926 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

dark mode for ithkuil.net

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         ithkuil.net
@version      20220424.08.38
@namespace    userstyles.world/user/xjix
@description  dark mode for ithkuil.net
@author       xjix
@license      CC Zero
==/UserStyle== */

@-moz-document domain("ithkuil.net") {
  /**
   * environment theme: cobalt
   * https://github.com/hundredrabbits/Themes
   */
  :root {
    --background: #18364A;
    --f_high: #ffffff;
    --f_med: #ffc600;
    --f_low: #0088ff;
    --f_inv: #000000;
    --b_high: #1B1A1C;
    --b_med: #204863;
    --b_low: #15232D;
    --b_inv: #ffffff; }
  /* AND ALL THE F*CKING ELEMENTS ARE BLINDING */
  html {
    color: var(--f_high);
    background-color: var(--background); }
  a {
    color: var(--b_inv); }
  a:visited {
    color: var(--f_inv); }
  table[bgcolor] {
    background-color: var(--b_low); }
  td[bordercolor] {
    border-color: var(--b_med); }
  td[bgcolor] {
    background-color: var(--b_low); }
}

Reviews

No reviews yet.