aboutsummaryrefslogtreecommitdiff
path: root/themes/even/src/css/_partial/_post/_toc.scss
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2018-11-07 02:08:51 +0000
committerJulio Capote <jcapote@gmail.com>2018-11-07 02:08:51 +0000
commitae9ac85b6e4912ad975ffea8b9016d715aac6d0f (patch)
tree53b784f5c420ca90bc26f547efedd23385a92274 /themes/even/src/css/_partial/_post/_toc.scss
parentb64347d950034689e3ec767e861d479a10585101 (diff)
downloadcapotej.com-ae9ac85b6e4912ad975ffea8b9016d715aac6d0f.tar.gz
eliminate all serif font
Diffstat (limited to 'themes/even/src/css/_partial/_post/_toc.scss')
-rw-r--r--themes/even/src/css/_partial/_post/_toc.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/even/src/css/_partial/_post/_toc.scss b/themes/even/src/css/_partial/_post/_toc.scss
index 8327055..5bc800e 100644
--- a/themes/even/src/css/_partial/_post/_toc.scss
+++ b/themes/even/src/css/_partial/_post/_toc.scss
@@ -3,7 +3,7 @@
width: $post-toc-width;
margin-left: $post-toc-margin-left;
padding: 10px;
- font-family: $global-serif-font-family;
+ font-family: $global-font-family;
border-radius: 5px;
background: $post-toc-backgroud;
box-shadow: 1px 1px 2px rgba(0,0,0,0.125);