diff --git a/static/css/index.css b/static/css/index.css index cf79049..16ebf2a 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -99,10 +99,23 @@ body { background-color: #11111b; } -.notification > h1 { +.notification > .info { color: yellow; } +.notification > .warning { + color: red; +} .notification > h3 { color: white; } + +.notification > button { + font-size: 16px; + margin: 4px 0 4px 0; + padding: 5px; + background-color: cornflowerblue; + color: white; + border: none; + border-radius: 5px; +} diff --git a/static/html/index.html b/static/html/index.html index 415140e..8cec0cd 100644 --- a/static/html/index.html +++ b/static/html/index.html @@ -27,7 +27,7 @@