diff --git a/polyphonic/interface/static/interface/css/polyphonic.css b/polyphonic/interface/static/interface/css/polyphonic.css index 828ab97..161428d 100644 --- a/polyphonic/interface/static/interface/css/polyphonic.css +++ b/polyphonic/interface/static/interface/css/polyphonic.css @@ -32,10 +32,11 @@ .menu-label { color: var(--primary); } - +/* .button.is-primary, .button.is-primary:hover { background-color: var(--primary); } +*/ A.admin-link:after { content: "*"; @@ -60,4 +61,4 @@ TEXTAREA.input { padding: 10px 10px; margin-top: 30px; border-top-left-radius: 6px; -} \ No newline at end of file +} diff --git a/polyphonic/interface/templates/base.html b/polyphonic/interface/templates/base.html index 3bc4692..cf64fbd 100644 --- a/polyphonic/interface/templates/base.html +++ b/polyphonic/interface/templates/base.html @@ -1,12 +1,13 @@ {% load static %} - + - + +