diff options
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/public/style.css b/public/style.css index fd39792..23a7cbf 100644 --- a/public/style.css +++ b/public/style.css @@ -11,11 +11,12 @@ --color-head: #002266; } - /* GENERAL */ + body { font-family: sans; } + a:link { text-decoration: none; color: var(--color-link); @@ -28,6 +29,7 @@ a:hover { text-decoration: underline; color: var(--color-link-hover); } + footer { margin-top: 50px; text-align: center; @@ -86,7 +88,7 @@ iframe.html-mail { height: 400px; } -a.btn { +form.link-btn input { padding: 5px; /* margin: 4px; */ /* border-width: 5px; */ @@ -101,7 +103,7 @@ a.btn { cursor: pointer; text-decoration: none; } -a.btn:hover { +form.link-btn input:hover { background-color: #0060a0; /* border-color: black; */ } |