mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 16:25:12 +00:00
Fix
This commit is contained in:
parent
ed1b42ced0
commit
40956ad9d2
2 changed files with 13 additions and 13 deletions
|
@ -31,13 +31,12 @@ body {
|
||||||
padding: 1px 10px;
|
padding: 1px 10px;
|
||||||
border-left: 3px solid #F44336;
|
border-left: 3px solid #F44336;
|
||||||
display: block; }
|
display: block; }
|
||||||
|
.content a {
|
||||||
a {
|
color: #bbb;
|
||||||
color: #bbb;
|
padding: 2px;
|
||||||
padding: 2px;
|
-webkit-transition: all .3s ease-in-out;
|
||||||
-webkit-transition: all .3s ease-in-out;
|
-o-transition: all .3s ease-in-out;
|
||||||
-o-transition: all .3s ease-in-out;
|
transition: all .3s ease-in-out;
|
||||||
transition: all .3s ease-in-out;
|
border-bottom: 1px hidden #ccc; }
|
||||||
border-bottom: 1px hidden #ccc; }
|
.content a:hover {
|
||||||
a:hover {
|
border-bottom: 1px solid #ccc; }
|
||||||
border-bottom: 1px solid #ccc; }
|
|
||||||
|
|
|
@ -40,9 +40,8 @@ body {
|
||||||
border-left: 3px solid #F44336;
|
border-left: 3px solid #F44336;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #bbb;
|
color: #bbb;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
transition: all .3s ease-in-out;
|
transition: all .3s ease-in-out;
|
||||||
|
@ -50,4 +49,6 @@ a {
|
||||||
&:hover {
|
&:hover {
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue