diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 3de1e9f..94a4b36 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -36,6 +36,18 @@ background: #5e81ac !important; } + .commento-login-box { + background: #3b4252; + } + + .commento-input::placeholder { + color:#d8dee9; + } + + .commento-root .commento-login-box-container .commento-login-box .commento-email-container .commento-email .commento-email-button { + background: #d8dee9 + } + p code { font-family: monospace,monospace; font-size: 1em;