Use rgba syntax for backgorund color

This commit is contained in:
Jordan Eldredge 2021-04-14 23:37:37 -07:00
parent 369880c68d
commit 9f03fa7c47

View file

@ -1,6 +1,6 @@
/* Rules for the page layout */
body {
background-color: #eb27cb;
background-color: rgb(165, 20, 129);
font-family: arial;
font-size: 15px;
}