Revert "Swap button colors (#4)"

This reverts commit 0180b027c5.
This commit is contained in:
Zsolt Ero
2024-01-31 03:10:57 +01:00
parent 0180b027c5
commit 06f7b6c282

View File

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