From ea7fc7713c28d23b69e044674f9092b69da29ded Mon Sep 17 00:00:00 2001 From: AINDUSTRIES Date: Fri, 20 Sep 2024 17:08:38 +0200 Subject: [PATCH] main page rework done. --- static/css/index.css | 15 ++++++++++++++- static/html/index.html | 2 +- static/js/index.js | 36 +++++++++++++++++++++++++++++++++--- 3 files changed, 48 insertions(+), 5 deletions(-) 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 @@