Merge subscriptions into master

This commit is contained in:
James Taylor
2019-09-06 15:45:01 -07:00
65 changed files with 13566 additions and 48 deletions

View File

@@ -9,7 +9,7 @@ a:link {
}
a:visited {
color: ##7755ff;
color: #7755ff;
}
a:not([href]){
@@ -23,3 +23,16 @@ a:not([href]){
.setting-item{
background-color: #444444;
}
.muted{
background-color: #111111;
color: gray;
}
.muted a:link {
color: #10547f;
}