diff options
author | Jesús <heckyel@hyperbola.info> | 2020-05-24 18:07:10 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-05-24 18:07:10 -0500 |
commit | 4235befd675ae72450872e2d2300bdab7817930a (patch) | |
tree | 44eb5d65bdd444fe118b9ca9b917779d5ab3eaac /src/scss/custom/style.scss | |
parent | 38d66b141d03140211ffacf54a4975f0d3cfb56e (diff) | |
download | cl-theme-4235befd675ae72450872e2d2300bdab7817930a.tar.lz cl-theme-4235befd675ae72450872e2d2300bdab7817930a.tar.xz cl-theme-4235befd675ae72450872e2d2300bdab7817930a.zip |
Change theme color to blue
Diffstat (limited to 'src/scss/custom/style.scss')
-rw-r--r-- | src/scss/custom/style.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/scss/custom/style.scss b/src/scss/custom/style.scss index 7f820b8..0323dd3 100644 --- a/src/scss/custom/style.scss +++ b/src/scss/custom/style.scss @@ -3,7 +3,7 @@ * bulma css framework (github.com/jgthms | bulma.io) * Author: jeremy thomas * Author: jesus e. - * Version: 1.0.4 + * Version: 2.0.0 * Licensed under MIT (https://github.com/jgthms/bulma/blob/master/LICENSE) */ @@ -45,5 +45,8 @@ // Comentarios @import "comments"; +// Extras +@import "toc"; + // Mediaqueries @import "mediaqueries"; |