]>
Commit | Line | Data |
---|---|---|
a6a71e44 RBR |
1 | body { |
2 | font-family: "Hiragino Mincho ProN W3", serif; | |
3 | background-color: #fff; | |
4 | color: #0F261F; | |
5 | } | |
6 | ||
7 | h1 { | |
8 | font-family: "Hiragino Mincho ProN W6", serif; | |
9 | color: #FA2B00; | |
10 | } | |
11 | ||
12 | h1 img { | |
13 | width: 100px; | |
14 | margin-right: 10px; | |
15 | } | |
16 | ||
17 | a { | |
18 | color: #4F8FE6; | |
19 | } | |
20 | ||
21 | .updater { | |
22 | width: 200px; | |
23 | height: 200px; | |
24 | background: #fff; | |
25 | border: 10px solid #0F261F; | |
26 | } | |
27 | ||
28 | @media (prefers-color-scheme: dark) { | |
29 | body { | |
30 | color: #fff; | |
31 | background: #0F261F; | |
32 | } | |
33 | ||
34 | .updater { | |
35 | background: #0F261F; | |
36 | border: 10px solid #fff; | |
37 | } | |
38 | } |