consistently inconsisten
This commit is contained in:
parent
2f398306d9
commit
f8e3186ee7
1 changed files with 7 additions and 4 deletions
|
@ -159,6 +159,7 @@ nav li a:visited {
|
||||||
|
|
||||||
.plugs li a {
|
.plugs li a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.plugs svg {
|
.plugs svg {
|
||||||
|
@ -272,22 +273,24 @@ h2 {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tags a {
|
.sidebar a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: 1.5ex;
|
|
||||||
padding: 0 5px 0;
|
padding: 0 5px 0;
|
||||||
transition: 0.5s;
|
transition: 0.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tags a:hover {
|
.sidebar a:hover {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
transition: 0.5s;
|
transition: 0.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tags a {
|
||||||
|
margin-right: 1.5ex;
|
||||||
|
}
|
||||||
|
|
||||||
.tags a:before {
|
.tags a:before {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
fill: darkgreen;
|
|
||||||
width: 2ex;
|
width: 2ex;
|
||||||
height: 2ex;
|
height: 2ex;
|
||||||
content: "";
|
content: "";
|
||||||
|
|
Loading…
Reference in a new issue