From b596a4bf33139ffd58c24b764c2160b5edd99714 Mon Sep 17 00:00:00 2001 From: Bianck23 <169001225+Bianck23@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:43:42 -0300 Subject: [PATCH] kl --- style.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/style.css b/style.css index e8de895..591631b 100644 --- a/style.css +++ b/style.css @@ -1,11 +1,11 @@ @import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Mono&display=swap'); :root{ - --branco: white; - --cor-de-fundo: #00162E; - --fundo-senha: #00244D; - --fundo-texto: #001E40; - --borda: #0075FF; + --branco: rgb(247, 239, 239); + --cor-de-fundo: #807fe0; + --fundo-senha: #ac9ff5; + --fundo-texto: #c4b7e6; + --borda: #fffbe7; --roboto: 'Roboto', sans-serif; --roboto-mono: 'Roboto Mono', monospace; } @@ -128,14 +128,14 @@ label{ } .fraca{ width: 25%; - background-color: #E71B32; + background-color: #fffed3; } .media{ - background-color: #FAF408; + background-color: #ffc267; width: 50%; } .forte{ - background-color: #00FF85; + background-color: #b299ca; width: 100%; }