File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 11/**
22*
3- * Version 1.0.2
3+ * Version 1.0.4
44*
55* This is a CSS Reddit theme for /r/RevueStarlight designed by
66* /r/LoveArrowShooto.
@@ -70,15 +70,16 @@ body > .content::before {
7070
7171.pagename a {
7272 background-image : url(%%revuestarlight- en-logo%%);
73- background-size : 30 % ;
73+ background-size : 100 % ;
7474 background-repeat : no-repeat;
75+ height : 235px ;
76+ width : 395px ;
77+ left : 50px ;
78+ right : 0px ;
7579 bottom : 0 ;
7680 display : block;
7781 font-size : 0px ;
7882 position : absolute;
79- left : 50px ;
80- right : 0 ;
81- height : 210px ;
8283
8384 opacity : 1 ;
8485 animation-name : fadeInOpacity;
@@ -391,6 +392,9 @@ body > .content::before {
391392
392393}
393394
395+ .stickied {
396+ border-left : 2px solid # 27ae60 ;
397+ }
394398
395399.thing .title {
396400 outline : none;
You can’t perform that action at this time.
0 commit comments