master 2.4.2
xaoxuu 4 years ago
parent 343e6505e6
commit 3e014856a2
  1. 2
      _config.yml
  2. 5
      source/css/_highlight/index.styl
  3. 2
      source/css/_layout/main.styl

@ -4,7 +4,7 @@ info:
version: '2.4.2' # This is theme's version.
docs: https://volantis.js.org/ # This is theme's URL.
cdn: # To use CDN, write 'use_cdn: true' in 'blog/_config.yml'.
css: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-volantis@2.4.2.1/css/style.css
css: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-volantis@2.4.2.2/css/style.css
js: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-volantis@2.4.2/js/app.js

@ -136,12 +136,12 @@ $hl-light-blue = #6ECDF9
$hl-red = #EE2B29
$hl-orange = #FB3F1B
$hl-amber = #FD8607
$hl-text = alpha($color-text, .9)
.highlight pre
//
// line-height: 1.5
.line,.params
color: alpha($color-text, .9)
color: $hl-text
.marked
background-color: alpha(#FED542, .4)
@ -203,6 +203,7 @@ $hl-amber = #FD8607
.meta-string,.string
color: $hl-orange
.class
color: $hl-text
.title
color: $hl-blue
.comment

@ -126,7 +126,7 @@
h1
font-weight: normal
font-size: $fontsize-h1
div.meta
section.meta
color: $color-meta
&#header-meta
margin-top: 0

Loading…
Cancel
Save