diff --git a/config.toml b/config.toml index db9eed6..34dfcdf 100644 --- a/config.toml +++ b/config.toml @@ -55,8 +55,8 @@ enableEmoji = true url = "https://blog.phundrak.com/index.xml" [params.style] - darkestColor = "#5cac7e" - darkColor = "#34495e" - primaryColor = "#c5c19b" - lightColor = "#eee" - lightestColor = "#eee" + darkestColor = "#2e3440" + darkColor = "#4c566a" + primaryColor = "#8fbcbb" + lightColor = "#d8dee9" + lightestColor = "#eceff4" diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 04a2fdc..991e784 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -39,6 +39,20 @@ .commento-root .commento-footer .commento-logo-container .commento-logo-text { color: #34495e !important; } + p code { + font-family: monospace,monospace; + font-size: 1em; + background: rgba(46, 52, 64, .8); + padding: 3px; + border-radius: 5px; + } + .app-header-social { + cursor: default; + } + p { + text-align: justify; + text-justify: inter-word; + }