Improve settings sidebar

This commit is contained in:
2026-01-26 14:42:56 +07:00
parent ace2697de5
commit b6484aee9d
2 changed files with 10 additions and 1 deletions

View File

@@ -288,6 +288,15 @@ body {
margin-top: 1rem;
}
.settings-section p a {
color: #007bff;
text-decoration: none;
}
.settings-section p a:hover {
text-decoration: underline;
}
.btn-full {
width: 100%;
}