diff options
author | Jesús <heckyel@hyperbola.info> | 2020-01-22 21:54:08 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-01-22 21:54:08 -0500 |
commit | cce38e63db47a8e6ff4f3ea3d22ea3db5f00d0c1 (patch) | |
tree | 91c26ed24f9a5e11dbcf5af731ed64aa0ef9004c | |
parent | fc0bd9acb2d276e75f649f061e82449c6dda2790 (diff) | |
download | cl-cce38e63db47a8e6ff4f3ea3d22ea3db5f00d0c1.tar.lz cl-cce38e63db47a8e6ff4f3ea3d22ea3db5f00d0c1.tar.xz cl-cce38e63db47a8e6ff4f3ea3d22ea3db5f00d0c1.zip |
blockquote:before
-rw-r--r-- | cl-theme/static/css/style.css | 11 | ||||
-rw-r--r-- | cl-theme/templates/base.html | 2 |
2 files changed, 2 insertions, 11 deletions
diff --git a/cl-theme/static/css/style.css b/cl-theme/static/css/style.css index 520c4a6..2769a13 100644 --- a/cl-theme/static/css/style.css +++ b/cl-theme/static/css/style.css @@ -2,7 +2,7 @@ * bulma css framework (github.com/jgthms | bulma.io) * Author: jeremy thomas * Author: jesus e. - * Version: 1.0.4 + * Version: 1.0.5 * Licensed under MIT (https://github.com/jgthms/bulma/blob/master/LICENSE) */ /* basic formatting changes (mostly to cater for darker colours) */ @@ -424,15 +424,6 @@ video { display: contents; } -.content blockquote:before { - opacity: 0.5; - content: open-quote; - font-size: 4rem; - line-height: .1em; - margin-right: .25em; - vertical-align: -0.4em; -} - * { box-sizing: border-box; } diff --git a/cl-theme/templates/base.html b/cl-theme/templates/base.html index 07a5d8f..0bc836c 100644 --- a/cl-theme/templates/base.html +++ b/cl-theme/templates/base.html @@ -45,7 +45,7 @@ <!-- stylesheets --> <link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/bulma.css?v=0.7.4"/> <link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/hover.css"/> - <link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/style.css?v=1.0.4"/> + <link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/style.css?v=1.0.5"/> <!-- favicon --> <link rel="icon" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/cl-favicon-16x16.png" sizes="16x16"/> <link rel="icon" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/cl-favicon-32x32.png" sizes="32x32"/> |