You've already forked AstralRinth
forked from didirus/AstralRinth
Markdown table styling (#32)
This commit is contained in:
@@ -172,3 +172,18 @@ button {
|
||||
transform: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: var(--color-contrast);
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 0;
|
||||
margin-bottom: 1rem;
|
||||
color: var(--color-contrast);
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-block: var(--gap-md) var(--gap-md);
|
||||
color: var(--color-contrast);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user