diff --git a/static/css/custom.css b/static/css/custom.css index 5c8a69d..0f49314 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -18,3 +18,11 @@ article img { border-bottom: 1px solid #ddd; padding-bottom: 0.5rem; } + +.isso-text > p { + color: #333 !important; +} + +.isso-auth-section label { + color: #333 !important; +} diff --git a/themes/binario/layouts/partials/comments.html b/themes/binario/layouts/partials/comments.html index a68554b..c0be845 100644 --- a/themes/binario/layouts/partials/comments.html +++ b/themes/binario/layouts/partials/comments.html @@ -5,5 +5,4 @@ data-title="{{ .Title }}" data-uri="{{ .RelPermalink }}" > - diff --git a/themes/binario/layouts/partials/header.html b/themes/binario/layouts/partials/header.html index d83af3b..c3d48e4 100644 --- a/themes/binario/layouts/partials/header.html +++ b/themes/binario/layouts/partials/header.html @@ -1,4 +1,9 @@
- {{ partial "header_logo.html" . }} - {{ partial "header_menu.html" . }} -
\ No newline at end of file + {{ partial "header_logo.html" . }} {{ partial "header_menu.html" . }} {{ "" + | safeHTML }} + + {{ "" | safeHTML }} +