Update Blue and Harvest themes

This commit is contained in:
Skylar Ittner 2018-02-07 20:30:38 -07:00
parent e85f790472
commit cced34a882
3 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "Blue", "name": "Blue",
"colors": ["#284a5c", "#bc9e52", "#ff9e01"], "colors": ["#284a5c", "#bc9e52", "#1EB1FF"],
"credit": "3dudle" "credit": "3dudle"
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -1,5 +1,5 @@
.tile-html h1,h2,h3,h4,h5,h6 { .tile-html h1,h2,h3,h4,h5,h6 {
color: var(--text); color: var(--headings);
} }
.tile-html blockquote { .tile-html blockquote {