~starkingdoms/starkingdoms

ref: cc6dfa91318c6269cb544d287a68646e6b5f9eb4 starkingdoms/starkingdoms-client/src/css/globals.css -rw-r--r-- 601 bytes
cc6dfa91 — core HMR for CSS, update deps on twite 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}


body {
    background-color: var(--bg);
    color: var(--body);
    /* Stolen from Tailwind. Looks good in most places. */
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    line-height: 1.5rem;
}

h1 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
h2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
}