/* ==UserStyle== @name Arch Linux Yellow Dark @namespace David Lemler @version 1.0.0 @description Styles the archlinux.org website for the Arch Linux distribution with a dark yellow color scheme. @author David Lemler @homepageURL https://github.com/davidlemlerm/ArchLinux-Yellow-Dark @supportURL https://github.com/davidlemlerm/ArchLinux-Yellow-Dark/issues @updateURL https://raw.githubusercontent.com/davidlemlerm/ArchLinux-Yellow-Dark/master/ArchLinux-Yellow-Dark.user.css @license MIT @preprocessor default @var color dark-strong "Dark Strong" #191916 @var color dark "Dark" #32322d @var color light "Light" #c8c8b5 @var color light-strong "Light Strong" #ffffe6 @var color accent "Accent" #ffff9b ==/UserStyle== */ @-moz-document domain("archlinux.org") { body, #content, #content *, #punindex, #punindex *, .selected, #menu, #pm-menu, .styled-table.full.size * { background-color: var(--dark) !important; border-color: var(--accent) !important; color: var(--light) !important; } #content a:not(.new), #mw-navigation li:not(.new) a:not(.new), #mw-panel li:not(.new) a:not(.new), #column-one li:not(.new) a:not(.new), #footer a:not(.new), a { color: var(--light-strong) !important; } #archnavbar { border-bottom-color: var(--accent) !important; } }