diff --git a/resource/static/main.css b/resource/static/main.css index bd3f0c3..4180272 100644 --- a/resource/static/main.css +++ b/resource/static/main.css @@ -752,6 +752,10 @@ i.fa-solid.fa-sliders.icon { color: #2196f3 !important; } +i.icon.outline { + color: #ff5722 !important; +} + .nb-container { padding-top: 75px; min-height: 100vh; diff --git a/resource/template/common/footer.html b/resource/template/common/footer.html index ac78b19..4bb7951 100644 --- a/resource/template/common/footer.html +++ b/resource/template/common/footer.html @@ -1,7 +1,7 @@ {{define "common/footer"}} @@ -9,7 +9,7 @@ - + +{{end}} \ No newline at end of file