This commit is contained in:
aggelosQQ 2017-08-25 12:12:06 +03:00
parent ed1b42ced0
commit 40956ad9d2
2 changed files with 13 additions and 13 deletions

View file

@ -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; }

View file

@ -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;
}
}
}
}