fix styling on sneedium camBtn

This commit is contained in:
The Ghost of FOSS' Past 2024-11-25 14:29:55 -06:00
parent 4bac2b0542
commit 1c1f7934fb

View file

@ -33,6 +33,17 @@ body {
font-size: 1.25rem;
}
#camBtn {
background-color: #a6b70d; /* Gold */
border: none;
color: white;
padding: 1% 1%;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 1.25rem;
}
#goBtn {
background-color: #4CAF50; /* Green */
border: none;