Last active
April 16, 2019 19:29
-
-
Save TheZoq2/93810bba501221db81c5734330a28650 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name Empty @name replaces the default template - 2/11/2019, 12:57:34 PM | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@description A new userstyle | |
@author Me | |
==/UserStyle== */ | |
@-moz-document url-prefix("https://tornby.kina-thai.se/") { | |
/* Insert code here... */ | |
.meny #content > .container, .event #content > .container, .catering #content > .container { | |
background: rgb(255, 255, 255); | |
} | |
body { | |
background: url('https://i.imgur.com/0XRbwBN.png'); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment