mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 21:48:18 -08:00
feat: version v0.0.2
This commit is contained in:
parent
0dceaf017a
commit
7ff317756f
36 changed files with 336 additions and 160 deletions
|
|
@ -55,7 +55,7 @@
|
|||
|
||||
|
||||
:root {
|
||||
--header-xl: 78px;
|
||||
--header-xl: 36px;
|
||||
--header-lg: 28px;
|
||||
--header-md: 22px;
|
||||
--header-sm: 16px;
|
||||
|
|
@ -63,6 +63,18 @@
|
|||
--header-weight: 600;
|
||||
}
|
||||
|
||||
@media (min-width: 60rem) {
|
||||
:root {
|
||||
--header-xl: 78px;
|
||||
--header-lg: 28px;
|
||||
--header-md: 22px;
|
||||
--header-sm: 16px;
|
||||
--header-xl-weight: 600;
|
||||
--header-weight: 600;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
html,
|
||||
body {
|
||||
background-color: var(--color-bg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue