Skip to content

Commit

Permalink
Another accidental reversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve0Greatness committed Sep 21, 2024
1 parent 8dc2329 commit 85a721e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions static/elements.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
/*sitebox*/
.site-box {
background: #6ac8e8 url(https://wiki.nekoweb.org/background-animated.svg) repeat;
background-size: 200px;
text-align: center;color: #000;
font-size: 12px;border-radius: 15px;
background:#6ac8e8 url(https://wiki.nekoweb.org/background-animated.svg) repeat;
background-size:200px;text-align:center;color: #000;font-size:12px;
border-radius: 15px
}
.site-box > a > p {color: #000;font-weight: 700}
.site-box > a > span {color:#000}
.site-box .sitefeature {
background: center no-repeat url(https://wiki.nekoweb.org/logo.png);
border: none;
background:center no-repeat url(https://wiki.nekoweb.org/logo.png);
border:none
}
.site-box .sitefeature img {opacity:0}
/*Follow button*/
Expand All @@ -22,6 +21,7 @@
margin-bottom:5px;
border:none;width:100%;
font-family:Verdana,Geneva,Tahoma,sans-serif !important;
text-align:left;font-size:16px;
text-align:left;font-size:16px
}
.follow .on-nekoweb {font-size:11px;}
.follow.following .on-nekoweb {display:none}

0 comments on commit 85a721e

Please sign in to comment.