Skip to content

Commit

Permalink
More styles
Browse files Browse the repository at this point in the history
  • Loading branch information
glauberramos committed Feb 19, 2024
1 parent a3d5ca1 commit 5f129c4
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ body {
color: rgb(167, 186, 210);
font-size: 16px;
-webkit-font-smoothing: antialiased;
background: #171d25;
background: #12161d;
margin: 0;
}

Expand All @@ -30,16 +30,22 @@ p {
margin: 0 auto;
}

b,
h1,
h2,
h3 {
color: rgba(66, 220, 219, 1);
}

.textarea {
background: #2c3a4d;
background: #171d25;
color: #c3d7ef;
font-size: 18px;
padding: 20px;
width: 95%;
height: 87vh;
border-radius: 2px;
border: 1px solid #1e2022;
box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.1) inset;
border: 1px solid #354253;
resize: none;
outline: none;
text-align: left;
Expand Down

0 comments on commit 5f129c4

Please sign in to comment.