summaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
authorJannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de>2022-05-01 22:06:03 +0200
committerJannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de>2022-05-01 22:06:03 +0200
commit72ae9b3f63ddbe296f3e4e8f8db2d29303163d68 (patch)
treef0db960b784719df0c7318720880c73b5330b937 /public/style.css
parent7c8bd21ccbca8a3166289ab0e5511cc82d2822aa (diff)
use more tag helpers in templates
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css8
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; */
}