From 93a682754dad937c291d85e610ef5d59967e9ba6 Mon Sep 17 00:00:00 2001 From: danamir Date: Sun, 10 May 2020 21:07:18 +0300 Subject: [PATCH] bug fix --- static/css/index.css | 6 ++++-- static/css/nopage.css | 7 +++++++ static/css/yespage.css | 6 ++++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/static/css/index.css b/static/css/index.css index 98add01..9ba79db 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -31,6 +31,7 @@ body{ border: 2px; border-radius: 24px; font-size: 25px; + text-transform: uppercase; color:#faf3dd; cursor:pointer; @@ -44,6 +45,7 @@ body{ border: 2px; border-radius: 24px; font-size: 25px; + text-transform: uppercase; color:#faf3dd; cursor:pointer; @@ -51,13 +53,13 @@ body{ .kotya #yesbtn:hover{ background:#90ddf0; - border: 2px solid #4ce0b3; + border: 2px solid #faf3dd; color:#2b3a67; } .kotya #nobtn:hover{ background:#90ddf0; - border: 2px solid #4ce0b3; + border: 2px solid #faf3dd;; color:#2b3a67; } diff --git a/static/css/nopage.css b/static/css/nopage.css index 89dce2e..48a2aa5 100644 --- a/static/css/nopage.css +++ b/static/css/nopage.css @@ -46,9 +46,16 @@ img{ border: #fe5f55; width: 200px; height: 50px; + font-size: 25px; border-radius: 24px; } +#backbtn:hover{ + background:#90ddf0; + border: 2px solid #faf3dd;; + color:#2b3a67; +} + /* Small devices (landscape phones, 576px and up) */ @media (max-width: 576px) { img{ diff --git a/static/css/yespage.css b/static/css/yespage.css index a1347e6..92bd114 100644 --- a/static/css/yespage.css +++ b/static/css/yespage.css @@ -57,9 +57,15 @@ img{ border: #fe5f55; width: 200px; height: 50px; + font-size: 25px; border-radius: 24px; } +#backbtn:hover{ + background:#90ddf0; + border: 2px solid #faf3dd;; + color:#2b3a67; +} /*Small devices (landscape phones, 576px and up) */ @media (max-width: 576px) {