Skip to content

LibreSpeed dark by ljoonal

Imported and mirrored from https://git.ljoonal.xyz/ljoonal/user._/raw/styles/librespeed.user.css

Screenshot of LibreSpeed dark

Details

Authorljoonal

LicenseMPL-2.0

Categorylibrespeed

Created

Updated

Size763 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode for LibreSpeed

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         LibreSpeed dark
@namespace    https://ljoonal.xyz
@author       ljoonal (https://www.ljoonal.xyz)
@description  Dark mode for LibreSpeed
@version      0.0.1
@preprocessor default
@homepageURL  https://git.ljoonal.xyz/ljoonal/user._/src/styles
@supportURL   https://git.ljoonal.xyz/ljoonal/user._/issues
==/UserStyle== */

@-moz-document domain("librespeed.org") {
  body, html, select, input, #loading {
    background-color: black;
    color: #eee;
  }
    
  h1 {
    color: white;
  }
    
  a.privacy {
    color: #c0c0c0;
  }
  
  img {
    filter: invert(1);
  }

  #privacyPolicy {
    background-color: #0f0f0f;
    color: white;
  }
  
  select, input {
    border-color: #606060;
  }
}

Reviews

No reviews yet.