mirror of
https://github.com/redlib-org/redlib.git
synced 2025-05-25 11:22:26 +00:00
Link subscriptions in settings to their respective feeds
This commit is contained in:
parent
768820cd4c
commit
7220190811
4 changed files with 54 additions and 47 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue