bring back previous link style
This commit is contained in:
parent
7ac8a28a44
commit
d72d499290
@ -23,15 +23,17 @@ a {
|
|||||||
color: #ecf0f1;
|
color: #ecf0f1;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
border-bottom: 5px solid #9b59b6;
|
box-shadow: inset 0 -3px 0 #9b59b6;
|
||||||
transition: color 0.2s;
|
transition: all .3s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #9b59b6;
|
box-shadow: inset 0 -21px 0 #9b59b6;
|
||||||
transition: color 0.4s;
|
transition: all .3s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
h2 {
|
h2 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -184,7 +186,7 @@ p.side-content {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.list-lvl1 {
|
.list-lvl1 {
|
||||||
padding: 10px;
|
padding: 10px 10px 25px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-lvl1 h4 {
|
.list-lvl1 h4 {
|
||||||
@ -192,8 +194,12 @@ p.side-content {
|
|||||||
margin-block-end: 1em;
|
margin-block-end: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.two-col-ul li {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
.two-col-ul {
|
.two-col-ul {
|
||||||
collumns: 2;
|
columns: 2;
|
||||||
-webkit-columns: 2;
|
-webkit-columns: 2;
|
||||||
-moz-columns: 2;
|
-moz-columns: 2;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user