forked from deepStateMirrors/tabi
💄 style: change various font sizes and date format
This commit is contained in:
parent
6a4620a33b
commit
06dae7a711
4 changed files with 60 additions and 9 deletions
|
@ -43,6 +43,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
.bloglist-title{
|
||||
display: block;
|
||||
font-size: 1.2em;
|
||||
margin-top: 1.2em;
|
||||
margin-bottom: 0.83em;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.bloglist-table-row {
|
||||
padding: 2%;
|
||||
background-color: var(--navbar-color);
|
||||
|
|
|
@ -47,7 +47,7 @@ blockquote {
|
|||
a {
|
||||
color: var(--text-color);
|
||||
text-decoration-color: var(--links);
|
||||
font-weight: 1000;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue