Link subscriptions in settings to their respective feeds

This commit is contained in:
spikecodes 2021-11-21 22:30:44 -08:00
parent 768820cd4c
commit 7220190811
4 changed files with 54 additions and 47 deletions

View file

@ -1145,6 +1145,10 @@ summary.comment_data {
margin-top: 10px;
}
.prefs > p {
font-weight: 500;
}
.prefs select {
border-radius: 5px;
box-shadow: var(--shadow);
@ -1173,6 +1177,10 @@ input[type="submit"] {
margin-left: 30px;
}
#settings_subs a {
color: var(--accent);
}
/* Markdown */
.md {