Fix background-color ... Seuchenticker-Style.
www.derstandard.at - Communitytreff Background by swordfish
Details
Authorswordfish
LicenseNo License
Categoryderstandard
Created
Updated
Size523 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 www.derstandard.at - Communitytreff Background
@version 20210825.13.46
@namespace userstyles.world/user/swordfish
@description Fix background-color ... Seuchenticker-Style.
@author swordfish
@license No License
==/UserStyle== */
@-moz-document regexp("https://www\\.derstandard\\.at/jetzt/livebericht/([0-9]+)/([0-9]+)/community-treffpunkt([A-Za-z-]+)") {
body {
background-color: #aed4ae !important;
}
#vue-header-app {
background-color: #aed4ae !important;
}
}