Event defaults (#910)

* chore: cleanup outdated comment

* style: align blocks

* style: use ui-black background

* chore: clarify docs

* feat: event defaults

* chore: cleanup
This commit is contained in:
Carlos Valente
2024-04-24 20:13:51 +02:00
committed by GitHub
parent c4f51192de
commit 817ebcdd26
11 changed files with 133 additions and 78 deletions
@@ -18,10 +18,10 @@ $block-cursor-color: $orange-400;
@mixin block-styling() {
box-sizing: content-box;
border: 1px solid $white-10;
font-family: $ontime-font-family;
border: 1px solid $white-7;
border-radius: $block-border-radius;
margin: 0.25rem 0.125rem;
margin-block: 0.25rem;
margin-right: 0.125rem;
position: relative;
color: $block-text-color;