From cab35d48f9cae20023a66a8d7a943980e1271d2f Mon Sep 17 00:00:00 2001
From: Henrik Askjer <henrik.askjer@uib.no>
Date: Fri, 3 Dec 2021 09:50:49 +0100
Subject: [PATCH] disable bold button text

---
 src/App.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/App.vue b/src/App.vue
index 256471e4..73e232bf 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -179,6 +179,7 @@ footer > div.sm > div {
   height: 60px;
 }
 
+/*
 .v-btn {
   font-weight: bold !important;
 }
-- 
GitLab