update settings UI

This commit is contained in:
plebeius.eth
2024-05-16 22:48:43 +02:00
parent eb2239c1ed
commit ee26772d27
3 changed files with 10 additions and 3 deletions
@@ -12,10 +12,15 @@
}
.version a {
color: inherit;
text-decoration: none;
color: var(--post-link-text-color);
text-decoration: var(--post-content-link-text-decoration);
}
.version a:hover {
text-decoration: underline;
color: var(--post-link-text-color-hover);
text-decoration: var(--post-content-link-text-decoration-hover);
}
.interfaceSettings {
margin-bottom: 10px;
}