diff --git a/index.html b/index.html index dbd0faf..16a5b7f 100644 --- a/index.html +++ b/index.html @@ -63,59 +63,75 @@ z-index: 0; } + .bar_button { + @apply mx-2 px-2 py-2 flex inline bg-selection_background text-selection_foreground rounded-lg hover:bg-background hover:text-foreground + } + + .side_button { + @apply px-2 py-2 bg-selection_background text-selection_foreground rounded-lg hover:bg-background hover:text-foreground + } + + -
+
-