client: Highlight content links on hover

This commit is contained in:
Elian Doran 2024-10-14 22:47:16 +03:00
parent 8315d5c778
commit 83dbe0539e
No known key found for this signature in database

View File

@ -736,6 +736,10 @@ div[data-notify="container"] {
margin: 0 !important;
}
.ck-content a:hover {
text-decoration: underline;
}
#options-dialog input[type=number] {
text-align: right;
}