From 278ab026cd1d78fe447cfc418f38a8959820e710 Mon Sep 17 00:00:00 2001 From: Raphael Forment Date: Fri, 15 Dec 2023 21:00:39 +0100 Subject: [PATCH] big theme refactoring has begun --- index.html | 63 ++++++++++++++++++++++++++++------------------ src/API.ts | 5 ++-- src/main.ts | 2 +- src/style.css | 69 ++++++++++----------------------------------------- 4 files changed, 56 insertions(+), 83 deletions(-) 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 + } + + -
+
-