Update configuration and appearence

This commit is contained in:
Vladan Popovic 2020-02-03 17:36:37 +01:00
parent 24d4d33a3d
commit ca8a8221e8
4 changed files with 30 additions and 13 deletions

View file

@ -62,7 +62,7 @@ a.atom {
font-weight: bold;
}
.atom img {
width: 30px;
width: 20px;
font-family: andale;
}
@ -74,3 +74,14 @@ div.t-content > div.t-body > div.section:last-child {
color:#9a9a9a;
margin-top: 40px;
}
.t-content > footer a {
text-decoration: none;
}
.t-content > footer a:hover {
text-decoration: underline;
}
.t-content > footer::before {
width: 100%;
}