Update configuration and appearence
This commit is contained in:
parent
24d4d33a3d
commit
ca8a8221e8
4 changed files with 30 additions and 13 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue