From 2e0487f67e8822e988c7dfa60b905d6c72247ed7 Mon Sep 17 00:00:00 2001 From: asyncnomi Date: Tue, 3 Jan 2023 22:39:11 +0100 Subject: [PATCH] bla --- static/css/main.css | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/static/css/main.css b/static/css/main.css index 7a33bed..64715d4 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -210,7 +210,36 @@ button[type="submit"]:hover { border: 1px solid orange; padding: 10px; border-radius: 5px; - background: #fa45 + background: #fa45; + cursor: pointer; +} + +.activity-btn>*:hover { + background-color: #faa5; +} + +#admin-header { + display: flex; + flex-direction: row; +} + +.admin-menu { + display: flex; + flex: 1; + align-items: center; + justify-content: center; + border-right: 3px solid black; + height: 40px; + font-size: 30px; + cursor: pointer; +} + +.admin-menu:hover { + background-color: #00000036; +} + +.admin-menu:first-of-type { + border-left: 3px solid black; } @media screen and (max-width: 800px) {