Swap button colors (#4)

* Toggle selected button style

* Swap button colors
This commit is contained in:
Aphanite
2024-01-31 03:09:00 +01:00
committed by GitHub
parent ab0b42672e
commit 0180b027c5

View File

@@ -173,7 +173,7 @@ code {
.btn {
border: 0;
border-radius: 0.25rem;
background: #2f5f8b;
background: #4892d9;
color: white;
font-size: 1rem;
white-space: nowrap;
@@ -186,7 +186,7 @@ code {
}
.btn.selected {
background: #4892d9;
background: #2f5f8b;
}
.button-container {
@@ -197,7 +197,7 @@ code {
}
.btn:hover {
background: #4892d9;
background: #2f5f8b;
}
/*button:focus { }*/
/*button:active { }*/