From b6d437d4e0f4f88b8938fbdab09e2549a0bc7362 Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 10 Nov 2021 03:14:56 -0500 Subject: [PATCH] specify footer style and fix button --- themes/secluded/assets/scss/_main.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/themes/secluded/assets/scss/_main.scss b/themes/secluded/assets/scss/_main.scss index cf2e5cb..7aead56 100644 --- a/themes/secluded/assets/scss/_main.scss +++ b/themes/secluded/assets/scss/_main.scss @@ -132,6 +132,8 @@ input[type=text]:focus { .button { font-family: inherit; + font-style: normal !important; + text-decoration: none !important; height: 25px; box-shadow: 0 1px 1px rgba(12,13,14,0.15),inset 0 1px 0 0 #fff; display: inline-block; @@ -150,3 +152,13 @@ input[type=text]:focus { color: $dark; } } + +.footer { + font-style: italic; + padding: 20px 0 20px 0; + text-align: center; + line-height: 30px; + a:visited { + color: $dark; + } +}