Browse Source

Footer text colour fixes

undefined
Tomochin 4 years ago
parent
commit
ff7f7763c7
1 changed files with 4 additions and 0 deletions
  1. +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; opacity: 0;
transition: ease-in-out 0.3s; transition: ease-in-out 0.3s;
transition-delay: 0.7s; transition-delay: 0.7s;
color: white;
} }
#footer:hover { #footer:hover {
opacity: 1; opacity: 1;
} }
#footer a {
color: white;
}


#logo { #logo {
width: 620px; width: 620px;


Loading…
Cancel
Save