mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-02-14 22:54:39 +01:00
7 lines
131 B
CSS
7 lines
131 B
CSS
.action {
|
|
border-color: rgb(255, 0, 255);
|
|
}
|
|
|
|
.action:active, .action:hover, .action:focus {
|
|
background-color: rgb(255, 196, 0);
|
|
} |