dark theme
dark ayden docs by eyrockscript
Details
Authoreyrockscript
LicenseNo License
Categorydocs.adyen.com -> userStyles
Created
Updated
Size560 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 docs.adyen.com - 18/5/2023, 13:45:51
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("docs.adyen.com") {
html, body, p, div, span, li, td, tr, th, code, pre, tbody, h1, li, nav{
background-color: black !important;
color: white !important;
}
a {
color: #adc3f9 !important;
}
a.codeLabel, a.sidebar_navigation__link--active {
color: #1156ff !important;
}
}