specify footer style and fix button

Amolith created

Change summary

themes/secluded/assets/scss/_main.scss | 12 ++++++++++++
1 file changed, 12 insertions(+)

Detailed changes

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;
+    }
+}