Skip to content

Commit

Permalink
kl
Browse files Browse the repository at this point in the history
  • Loading branch information
Bianck23 authored Jun 3, 2024
1 parent 740b800 commit b596a4b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
@@ -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;
}
Expand Down Expand Up @@ -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%;
}

Expand Down

0 comments on commit b596a4b

Please sign in to comment.