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;
}

View File

@@ -11,3 +11,7 @@ body{
.setting-item{
background-color: #eeeeee;
}
.muted{
background-color: #888888;
}

View File

@@ -8,7 +8,11 @@ body{
color: #000000;
}
.setting-item{
background-color: #f8f8f8;
}
.muted{
background-color: #888888;
}

View File

@@ -1,7 +1,10 @@
* {
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, div, button{
margin:0;
padding:0;
}
address{