This commit is contained in:
2026-05-25 15:23:01 +03:00
parent 91282ba908
commit b3831273d6

View File

@@ -179,6 +179,12 @@
color: var(--text-secondary); color: var(--text-secondary);
} }
.swapBtn:hover {
border-color: var(--highlight);
color: var(--highlight);
transform: rotate(180deg);
}
.bottom { .bottom {
display: flex; display: flex;
justify-content: center; justify-content: center;