Basic subscribe functionality.

This commit is contained in:
Matthew Crossman 2021-01-30 18:00:00 +11:00
parent 75bbcefbec
commit 345308a9ac
No known key found for this signature in database
GPG key ID: C6B942B019794CC2
5 changed files with 53 additions and 11 deletions

View file

@ -236,10 +236,10 @@ aside {
/* Subscriptions/Favorites */
#sub_subscription {
margin-top: 30px;
margin-top: 20px;
}
#sub_subscription > a {
#sub_subscription > input {
padding: 10px 20px;
border-radius: 5px;
color: var(--foreground);