From 0e4eef44919cc3e8dd27ce7239034801bda47852 Mon Sep 17 00:00:00 2001 From: d47081 Date: Fri, 15 Jul 2022 20:47:30 +0300 Subject: [PATCH] update background color --- public/css/app.css | 8 ++++---- public/index.phtml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index 7ba85cf..3a6cf3b 100755 --- a/public/css/app.css +++ b/public/css/app.css @@ -12,7 +12,7 @@ button::-moz-focus-inner { input, button { opacity: 0.8; - color: #18102d; + color: #171028; background: #BFBACC; border: 0; border-radius: 3px; @@ -24,7 +24,7 @@ input, button { body { color: #E8E8E8; - background-color: #18102d; + background-color: #171028; font-family: Sans-Serif, Arial; font-size: 14px; font-weight: normal; @@ -96,7 +96,7 @@ img:hover { .b-g::before { content: ""; - background-image: linear-gradient(to left, #9B94BF, #18102d); + background-image: linear-gradient(to left, #9B94BF, #171028); height: 1px; width: 50%; max-width: 360px; @@ -105,7 +105,7 @@ img:hover { .b-g::after { content: ""; - background-image: linear-gradient(to right, #9B94BF, #18102d); + background-image: linear-gradient(to right, #9B94BF, #171028); height: 1px; width: 50%; max-width: 360px; diff --git a/public/index.phtml b/public/index.phtml index 6e51084..c5d5225 100755 --- a/public/index.phtml +++ b/public/index.phtml @@ -1,7 +1,7 @@ - +