mirror of
https://github.com/MeowLynxSea/Uptimeow.git
synced 2025-07-09 10:54:38 +00:00
7 lines
149 B
Go
7 lines
149 B
Go
.copyable {
|
|
transition: filter 0.5s, box-shadow 0.5s;
|
|
}
|
|
|
|
.copyable:hover {
|
|
filter: brightness(0.8) drop-shadow(0 0 8px rgb(255, 255, 255));
|
|
} |