From 938b6d6949e53b1c6911db26837ce35a935c481e Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Sun, 16 Feb 2025 15:13:36 -0700 Subject: button styles --- lisp/webapps/bogenherr/static/css/stylesheet.css | 40 ++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/lisp/webapps/bogenherr/static/css/stylesheet.css b/lisp/webapps/bogenherr/static/css/stylesheet.css index 29f18d5..8b9b740 100644 --- a/lisp/webapps/bogenherr/static/css/stylesheet.css +++ b/lisp/webapps/bogenherr/static/css/stylesheet.css @@ -16,6 +16,10 @@ hr { width: 200px; } +a { + color: #ffd081; +} + .container-fluid { width: 100%; margin: 20px auto; @@ -31,12 +35,48 @@ hr { cursor: hand; } +.nav-pills { + .nav-link.active, + .show > .nav-link { + background-color: #59200e; + } +} + .well { background-color: #2c180d; border: 1px black solid; text-align: center; } +.btn, +.btn-primary, +.dropdown-toggle { + color: white; + background-color: #59200e; + border-color: #59200e; + &:hover { + color: white; + background-color: #59200e; + border-color: #59200e; + } +} + +.show > .btn-primary.dropdown-toggle { + color: white; + background-color: #59200e; + border-color: #59200e; +} + +.dropdown-menu { + color: white; + background-color: #59200e; +} + +.dropdown-item { + color: white; + background-color: #59200e; +} + .banner { height: 90px; background-image: url("/static/images/violin-strip.jpg"); -- cgit v1.3