mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 08:15:14 +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;
|
||||
border-left: 3px solid #F44336;
|
||||
display: block; }
|
||||
|
||||
a {
|
||||
color: #bbb;
|
||||
padding: 2px;
|
||||
-webkit-transition: all .3s ease-in-out;
|
||||
-o-transition: all .3s ease-in-out;
|
||||
transition: all .3s ease-in-out;
|
||||
border-bottom: 1px hidden #ccc; }
|
||||
a:hover {
|
||||
border-bottom: 1px solid #ccc; }
|
||||
.content a {
|
||||
color: #bbb;
|
||||
padding: 2px;
|
||||
-webkit-transition: all .3s ease-in-out;
|
||||
-o-transition: all .3s ease-in-out;
|
||||
transition: all .3s ease-in-out;
|
||||
border-bottom: 1px hidden #ccc; }
|
||||
.content a:hover {
|
||||
border-bottom: 1px solid #ccc; }
|
||||
|
|
|
@ -40,9 +40,8 @@ body {
|
|||
border-left: 3px solid #F44336;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
a {
|
||||
color: #bbb;
|
||||
padding: 2px;
|
||||
transition: all .3s ease-in-out;
|
||||
|
@ -50,4 +49,6 @@ a {
|
|||
&:hover {
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue