Event Calendar styling and bugfixes
All checks were successful
publish / publish (push) Successful in 23s
All checks were successful
publish / publish (push) Successful in 23s
This commit is contained in:
parent
79e88ec9c2
commit
88699813fd
5 changed files with 107 additions and 35 deletions
|
@ -24,6 +24,15 @@
|
|||
box-shadow: 0 4px 0 0 var(--color-text);
|
||||
}
|
||||
|
||||
#markdown.title-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#markdown.title-center h1 {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.dark #markdown h1 {
|
||||
color: var(--color-text-dark);
|
||||
box-shadow: 0 4px 0 0 var(--color-off);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue