This website works better with JavaScript.
Home
Explore
Help
Sign In
Sugoimusic
/
Frontend
Watch
2
Star
0
Fork
1
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Footer text colour fixes
undefined
Tomochin
4 years ago
parent
525a0b3362
commit
ff7f7763c7
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
static/styles/sugoi/style.css
+ 4
- 0
static/styles/sugoi/style.css
View File
@@ -143,10 +143,14 @@ ul.thin li { margin:0px 0px; padding:0px; }
opacity: 0;
transition: ease-in-out 0.3s;
transition-delay: 0.7s;
color: white;
}
#footer:hover {
opacity: 1;
}
#footer a {
color: white;
}
#logo {
width: 620px;
Write
Preview
Loading…
Cancel
Save