diff --git a/static/style.css b/static/style.css index 370b6ba..c081dd1 100644 --- a/static/style.css +++ b/static/style.css @@ -16,6 +16,10 @@ main { .color--primary { background-color: rgba(34, 51, 89, 1.0); } + +.color--answered { + background-color: rgb(81, 93, 121); +} .text--primary { color: rgba(34, 51, 89, 1.0); } @@ -231,7 +235,7 @@ ul > li:not(:last-child) { box-shadow: none !important; } .collapsible-header { - background: rgba(34, 51, 89, 1.0) !important; + /*background: rgba(34, 51, 89, 1.0) !important;*/ border-bottom: 0 !important; } .collapsible-body { diff --git a/templates/lecturer.html b/templates/lecturer.html index 1973062..c47c9fe 100644 --- a/templates/lecturer.html +++ b/templates/lecturer.html @@ -20,7 +20,7 @@