improve logos hover

This commit is contained in:
meaz 2019-10-25 21:22:49 +02:00
parent 38198d9db5
commit b54a547837
2 changed files with 14 additions and 3 deletions

View File

@ -756,7 +756,7 @@ textarea {
footer {
height: 80px;
background-color: #2e131e;
background-color: #50162D;
color: #FFFFFF;
font-size: 12px;
text-transform: uppercase;
@ -788,6 +788,7 @@ footer .dot {
background-color: #b9a2ab;
border-radius: 50%;
display: inline-block;
margin-bottom: 2px;
}
footer #footer-links {
@ -827,7 +828,6 @@ footer #footer-icons {
margin-left: auto;
margin-right: auto;
text-align: center;
opacity: 0.7;
}
footer #footer-icons ul li {
@ -837,9 +837,20 @@ padding-top: 10px;
text-align: right;
}
.fa-fw {
color: white;
opacity: 0.7;
}
.fa-fw:hover {
color: white;
opacity: 1;
}
footer a, footer a:visited { color: #FFFFFF; }
footer a:hover, footer a:focus { color: #1F5C60; }
/* Go To Top Button */
#go-top {
position: absolute;

View File

@ -2,7 +2,7 @@
<div id="footer-logo" ></div>
<div id="footer-links">
<ul class="footer-links">
<li>Copyleft Disot.org</li>
<li>Copyleft Disroot.org</li>
<li><span class="dot"></span></li>
<li><a href="https://disroot.org/tos">Terms Of Service</a></li>
<li><span class="dot"></span></li>