Skip to content

Commit 43e45e0

Browse files
Update style.css
1 parent 0fd15f8 commit 43e45e0

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

style.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
:root {
2-
--bg-color: #51468e;
3-
--card-bg: #4c6299;
4-
--js-yellow: #f7df1e;
5-
--text-white: #fffda4;
2+
--bg-color: #AB87FF;
3+
--card-bg: #83B692;
4+
--js-yellow: #FFE74C;
5+
--text-white: #FFE74C;
66
--accent-blue: #191953;
77
/* Variável para a nova fonte */
8-
--font-especial: 'Playwrite IE Sj', cursive;
8+
--font-especial: 'ALFA SLAB ONE;
99
}
1010
1111
* {
@@ -83,7 +83,7 @@ h1, h2, h3, .logo, .btn-primary, .btn-run, .btn-lesson {
8383

8484
textarea {
8585
background: #000000;
86-
color: #abb2bf;
86+
color: #83B692;
8787
padding: 1rem;
8888
border-radius: 5px;
8989
font-family: 'Courier New', Courier, monospace;
@@ -166,4 +166,4 @@ textarea {
166166
/* Estilo para a div onde a aula aparece */
167167
#tutorial-texto {
168168
margin-top: 30px;
169-
}
169+
}

0 commit comments

Comments
 (0)