Skip to content

Commit

Permalink
made paragraph font bigger and changed darkness of text background
Browse files Browse the repository at this point in the history
  • Loading branch information
robotprogrammer22 committed Sep 12, 2023
1 parent 64da8ad commit 68955bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@ h2 {
text-align: center;
}

p {
font-size: 20px;
}

div.text {
background-color: rgba(0,0,0,.50);
background-color: rgba(0,0,0,.60);
}

/* for text background, modify the content window to have background color, but change the opacity so it doesn't completely block, just makes it easier to read?
Expand Down

0 comments on commit 68955bf

Please sign in to comment.