better colors

This commit is contained in:
Matthew Frost 2023-11-19 03:08:28 +01:00
parent 9b52af980b
commit 4f8fce20f0

View file

@ -10,11 +10,13 @@
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
background-color: #f5f5f5;
}
h1 {
text-align: center;
margin-top: 20px;
color: #333;
}
#powerbars {
@ -30,11 +32,14 @@
border-radius: 5px;
padding: 10px;
margin: 10px;
background-color: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.powerbar h2 {
margin: 0;
font-size: 18px;
color: #333;
}
.outlets {
@ -43,18 +48,20 @@
.outlet {
margin-bottom: 10px;
border-bottom: 1px solid #ccc; /* Add separator */
padding-bottom: 10px; /* Add separator */
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}
.outlet h3 {
margin: 0;
font-size: 16px;
color: #333;
}
.outlet p {
margin: 0;
font-size: 14px;
color: #666;
}
.outlet-buttons {