1
0
Fork 0
mirror of https://github.com/kou029w/quot.git synced 2025-01-31 06:18:01 +00:00

editor a:hover

This commit is contained in:
Nebel 2022-09-08 23:09:33 +09:00
parent 522f9a0bfa
commit e2539e4dc5

View file

@ -18,3 +18,7 @@
.editor p {
margin: unset;
}
.editor a:hover {
cursor: pointer;
}