From d291b2dc10703f97c3418c60c20f301f99003d23 Mon Sep 17 00:00:00 2001 From: torbjornbp Date: Mon, 25 Nov 2024 14:49:46 +0100 Subject: [PATCH] Update style.css --- static/css/style.css | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 4283d28..bdb1703 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -72,6 +72,8 @@ blockquote { font-size: 0.8rem; line-height: 1.2rem; } +button.menu:hover { color: white; background-color: royalblue; cursor: pointer; } +button.menu { font-family: inherit; cursor: pointer; } /* lists */ ul { list-style-type: square;} @@ -125,12 +127,3 @@ thead, tfoot, tr:nth-child(even) { background: #eee; } font-size: 0.8rem; } } - -button.menu:hover { - color: white; - background-color: royalblue; -} - -button.menu { - font-family: inherit; -} \ No newline at end of file