Skip to content

AnkiWeb Simple Dark by juniormint

Screenshot of AnkiWeb Simple Dark

Details

Authorjuniormint

LicenseCC-BY-SA-4.0

Categoryankiweb

Created

Updated

Code size533 B

Code checksum30b90b63

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         AnkiWeb Simple Dark
@namespace    juniormint
@author       Junior Mint
@description  This is a dark theme for https://ankiweb.net
@version      0.0.1
@license      CC-BY-SA-4.0
==/UserStyle== */
@-moz-document domain("ankiweb.net"), domain("ankiuser.net") {
  :root {
    color-scheme: dark !important;
    filter: invert(1) hue-rotate(180deg) !important;
  }

  img {
    filter: grayscale(100%) !important;
  }

  .number.zero.svelte-uzu9cs {
    color: #909090 !important;
  }
}

Reviews

No reviews yet.