mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 3186556d8e0e055b4f958312808fb5c03779adb3
parent 76c4216a94c415be5024ab957bf6424aac7008b6
Author: markseu <mark2011@mayberg.se>
Date:   Tue,  7 Aug 2018 20:28:50 +0200

Updated flatsite theme

Diffstat:
Msystem/themes/assets/flatsite.css | 11+++++++----
Msystem/themes/assets/flatsite.php | 2+-
2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/system/themes/assets/flatsite.css b/system/themes/assets/flatsite.css @@ -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 */ diff --git a/system/themes/assets/flatsite.php b/system/themes/assets/flatsite.php @@ -5,7 +5,7 @@ class YellowThemeFlatsite { - const VERSION = "0.7.5"; + const VERSION = "0.7.6"; } $yellow->themes->register("flatsite", "YellowThemeFlatsite", YellowThemeFlatsite::VERSION);