Skip to content

OSWAP Dark by marianovilla

Details

Authormarianovilla

LicenseNo License

Categoryuserstyles

Created

Updated

Size847 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Tweak to visited links.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           OSWAP Dark
@namespace      USO Archive
@author         pachanka
@description    `A dark theme for OSWAP.com`
@version        20170420.6.37
@license        CC0-1.0
@preprocessor   uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("owasp.org") {
  html, body, h1, h2, h3, h4, pre, #mw-head, #catlinks, .mw-body {
    background-color: #101010 !important;
    color: #888 !important;
  }
  div.vectorTabs ul li, div.vectorTabs li.selected, #p-views{
    background-image: none;
    background-color: #101010 !important;
    color: #888 !important;
  }
  
  div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
    color: #ddd;
  }
  #toc {
    background-color: #272727 !important;
  }
.md-nav__link[data-md-state=blur] {
    color: rgb(214 128 128 / 54%);
}
}

Reviews

No reviews yet.