forked from deepStateMirrors/tabi
Commit Message: Refactor font weight and size, add article max-width, update color variables
This commit is contained in:
parent
586b5617b2
commit
8fe96d3f46
6 changed files with 70 additions and 40 deletions
|
@ -62,7 +62,7 @@ header {
|
|||
|
||||
.home-title {
|
||||
font-size: 1.7em;
|
||||
font-weight: 600;
|
||||
font-weight: 450;
|
||||
padding-right: 0.33rem;
|
||||
border: none;
|
||||
color: var(--accent-color);
|
||||
|
@ -72,6 +72,13 @@ header {
|
|||
.meta {
|
||||
color: var(--meta-color);
|
||||
letter-spacing: -0.5px;
|
||||
font-size: 0.8rem;
|
||||
font-weight: 300;
|
||||
padding-bottom: 1vmin;
|
||||
}
|
||||
|
||||
.card-meta {
|
||||
color: var(--meta-color);
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1000px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue