forked from Github/Axter-Stash
10 lines
129 B
CSS
10 lines
129 B
CSS
.renamefile {
|
|
color: unset;
|
|
&:hover {
|
|
text-decoration: unset;
|
|
}
|
|
&:active {
|
|
color: white;
|
|
}
|
|
}
|