Added title copy to clipboard feature

This commit is contained in:
David Maisonave
2024-11-11 00:21:07 -05:00
parent 9e6b0c21ad
commit 1f6222b25f
5 changed files with 143 additions and 21 deletions

View File

@@ -0,0 +1,9 @@
.renamefile {
color: unset;
&:hover {
text-decoration: unset;
}
&:active {
color: white;
}
}