fix issues with tabs
This commit is contained in:
parent
b27abe928d
commit
addc6bfb11
14 changed files with 210 additions and 137 deletions
|
@ -49,6 +49,7 @@ body {
|
|||
grid: 100% / 100%;
|
||||
|
||||
background-color: var(--surface-1);
|
||||
color: var(--text-2);
|
||||
|
||||
margin: 0;
|
||||
|
||||
|
@ -68,7 +69,7 @@ a {
|
|||
}
|
||||
|
||||
h1 {
|
||||
color: var(--primary);
|
||||
color: var(--text-1);
|
||||
text-transform: uppercase;
|
||||
font-size: 4rem;
|
||||
font-weight: 100;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue