forked from deepStateMirrors/tabi
♻️ refactor: simplify sans-serif-font declarations
🐛 fix: use sans-serif in article
This commit is contained in:
parent
6a5670d5a0
commit
87a5c9a3a2
4 changed files with 5 additions and 4 deletions
|
@ -36,7 +36,6 @@
|
|||
}
|
||||
|
||||
#banner-home-subtitle p {
|
||||
font-family: var(--sans-serif-font);
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
|
|
|
@ -148,7 +148,6 @@ table {
|
|||
overflow: hidden;
|
||||
border-style: hidden !important;
|
||||
margin: 2rem 0;
|
||||
font-family: sans-serif;
|
||||
min-width: 400px;
|
||||
border: none;
|
||||
margin-left: auto;
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
.description p {
|
||||
margin: 0.5rem 0 1rem;
|
||||
color: var(--text-color);
|
||||
font-family: var(--sans-serif-font);
|
||||
font-size: 0.9rem;
|
||||
font-weight: 250;
|
||||
line-height: 1.5rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue