Link subscriptions in settings to their respective feeds
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user