diff --git a/app/scss/custom.scss b/app/scss/custom.scss index e25aaf6..419edb0 100644 --- a/app/scss/custom.scss +++ b/app/scss/custom.scss @@ -37,9 +37,19 @@ background-position: center; .btn-outline-secondary { - color: #eee; - border-color: #666; - background: rgba(102, 102, 102, 0.3); + color: rgba(255, 255, 255, 0.8); + border-color: rgba(0, 0, 0, 0.6); + background: rgba(0, 0, 0, 0.3); + } + + .btn-outline-secondary:hover { + color: #fff; + border-color: rgba(0, 0, 0, 0.8); + background: rgba(0, 0, 0, 0.6); + } + + .text-secondary { + color: rgba(255, 255, 255, 0.8) !important; } } diff --git a/app/templates/base.html b/app/templates/base.html index f52006c..e0cdf03 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -7,7 +7,7 @@ {% block title %}title{% endblock %} - {{ config.USER_APP_NAME }} - +