mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-06 01:21:39 -04:00
9 lines
86 B
SCSS
9 lines
86 B
SCSS
.history-close {
|
|
.fa {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
&:hover .fa {
|
|
opacity: 1;
|
|
}
|
|
}
|