diff --git a/themes/mytheme/assets/css/common/post-single.css b/themes/mytheme/assets/css/common/post-single.css index ca8266a..19a9432 100644 --- a/themes/mytheme/assets/css/common/post-single.css +++ b/themes/mytheme/assets/css/common/post-single.css @@ -370,6 +370,12 @@ h6:hover .anchor { border-radius: var(--radius); } +.pag-back { + font-size: 18px; + color: var(--secondary); + text-transform: uppercase; +} + .paginav .title { letter-spacing: 1px; text-transform: uppercase; diff --git a/themes/mytheme/layouts/_default/single.html b/themes/mytheme/layouts/_default/single.html index b9baa26..59e2631 100644 --- a/themes/mytheme/layouts/_default/single.html +++ b/themes/mytheme/layouts/_default/single.html @@ -36,9 +36,9 @@