Archived
1
0
This commit is contained in:
Jeff Becker
2017-04-19 09:53:03 -04:00
parent caf7b14e80
commit 4a870a8335
3 changed files with 9 additions and 2 deletions

View File

@@ -365,3 +365,10 @@
[data-subject="None"] { display: none; }
[data-sage="1"] { background: darkred; }
.overboard, .threadpage, .boardpage {
background-image: url('/static/changolia-logo.png');
background-repeat: no-repeat;
background-position: right top;
background-attachment: fixed;
}