Updated flatsite theme

This commit is contained in:
markseu 2018-08-07 20:28:50 +02:00
parent 76c4216a94
commit 3186556d8e
2 changed files with 8 additions and 5 deletions

View file

@ -56,6 +56,8 @@ a:hover { color:#07d; text-decoration:underline; }
.content .stretchable ul { margin:0 -0.5em; padding:0; list-style:none; text-align:center; }
.content .stretchable li { margin:0; padding:1em 0; display:inline-block; text-align:center; vertical-align:top; }
.content .stretchable a { color:#717171; text-decoration:none; }
.content .task-list-item { list-style-type:none; }
.content .task-list-item input { margin:0 0.2em 0.25em -1.75em; vertical-align:middle; }
.content .toc { margin:0; padding:0; list-style:none; }
.content .entry-links .previous { margin-right:1em; }
.content .pagination .previous { margin-right:1em; }
@ -154,10 +156,11 @@ a:hover { color:#07d; text-decoration:underline; }
.template-language .content div.language { font-size:1.2em; text-align:left; width:9em; margin:0 auto; }
.template-language .content div.language p { margin:1.5em 0em; }
.template-language .content div.language img { vertical-align:middle; margin-top:-5px; margin-right:1.5em; }
.highlight .kw1, .highlight .kw2, .highlight .kw3, .highlight .kw4 { color:#b0b; }
.highlight .st0, .highlight .st_h, .highlight .nu0 { color:#b0b; }
.highlight .re0, .highlight .re1, .highlight .re2, .highlight .re3, .css .nu0 { color:inherit; }
.highlight .co1, .highlight .coMULTI, .highlight .sc0, .highlight .sc-1 { color:inherit; }
.hljs-meta, .hljs-keyword, .hljs-literal { color:#b0b; }
.hljs-attr, .hljs-attribute, .hljs-selector-id, .hljs-selector-class, .hljs-selector-pseudo { color:#b0b; }
.hljs-type, .hljs-built_in, .hljs-builtin-name, .hljs-params { color:#b0b; }
.hljs-string { color:#717171; }
.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-number { color:#717171; }
/* Responsive and print */

View file

@ -5,7 +5,7 @@
class YellowThemeFlatsite
{
const VERSION = "0.7.5";
const VERSION = "0.7.6";
}
$yellow->themes->register("flatsite", "YellowThemeFlatsite", YellowThemeFlatsite::VERSION);