diff --git a/web/static/css/dark-theme.css b/web/static/css/dark-theme.css index d4c6829..6d440ba 100644 --- a/web/static/css/dark-theme.css +++ b/web/static/css/dark-theme.css @@ -5,6 +5,10 @@ background-color: rgba(28, 166, 76, 0.25) !important; } +.has-background-info-light, .has-background-info { + background-color: rgb(26, 79, 95) !important +} + .has-background-success-light, .has-background-success { background-color: rgba(19, 71, 37, 0.685) !important }