diff --git a/roles/taskotron/taskotron-frontend/files/static/css/style.css b/roles/taskotron/taskotron-frontend/files/static/css/style.css index 0a2a488b85..3a5d966107 100644 --- a/roles/taskotron/taskotron-frontend/files/static/css/style.css +++ b/roles/taskotron/taskotron-frontend/files/static/css/style.css @@ -64,6 +64,10 @@ body { color: #639a81 !important; } +.navbar-brand { + cursor: pointer; +} + .dropdown-menu { background-color: #535452; text-transform: uppercase;