Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bbauska authored Jun 12, 2024
1 parent 08e7095 commit a5ae83a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ body {
background-color: #eee; /* very light gray */
font-family: Bahnschrift, Inter, Helvetic, sans-serif, Consolas;
font-size: 15px; /* 1.2rem; */
text-align: left;
margin-right: 10px;
margin-left: 10px;
}
Expand Down Expand Up @@ -139,8 +138,10 @@ h5 {
h6 {
font-size: 10px;
}

h1 {
background: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #35eb93 100%)
}

p {
font-size: 15px;
font-family: Bahnschrift, Inter, Helvetic, sans-serif, Consolas;
Expand Down

0 comments on commit a5ae83a

Please sign in to comment.