summerschool_simtech_2023/_extensions/shafayetShafee/downloadthis/resources/css/downloadthis.css

13 lines
230 B
CSS
Raw Normal View History

2023-10-05 21:34:08 +02:00
.downloadthis:focus,
.downloadthis:active {
box-shadow: none !important;
}
.downloadthis:hover {
transition: 0.2s;
filter: brightness(0.90);
}
.downloadthis:active {
filter: brightness(0.80);
}