feat: add ci
This commit is contained in:
@ -9,16 +9,21 @@ h3 {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
article h2 {
|
||||
article>h2 {
|
||||
font-size: 24px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
article h3 {
|
||||
article>h3 {
|
||||
font-size: 20px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
article>p>a,
|
||||
article a {
|
||||
color: var(--fill) !important;
|
||||
}
|
||||
|
||||
:root {
|
||||
--neutral-1000: #000000;
|
||||
--neutral-800: #16161E;
|
||||
|
Reference in New Issue
Block a user