aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/css/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/css/index.css')
-rw-r--r--frontend/src/css/index.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/frontend/src/css/index.css b/frontend/src/css/index.css
index 3279aac..32e4065 100644
--- a/frontend/src/css/index.css
+++ b/frontend/src/css/index.css
@@ -86,7 +86,7 @@ a {
color: #111111;
}
-input[type=submit] {
+input[type=submit], button[type=submit] {
font-family: 'Lora', serif;
font-weight: 700;
color: #faf9f5;
@@ -96,6 +96,18 @@ input[type=submit] {
outline: 0;
}
+button[type=button] {
+ font-family: 'Lora', serif;
+ width: 7em;
+ padding: calc(0.8em - 1px) 1.5em;
+ border-radius: 3px;
+ color: #111111;
+ background-color: #faf9f5;
+ border: 1px solid #565656;
+ outline: none;
+ margin: 2em 2em;
+}
+
ul {
list-style-type: none;
display: inline-block;