mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 10:15:31 +00:00
Use rgba syntax for backgorund color
This commit is contained in:
parent
369880c68d
commit
9f03fa7c47
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue