Enlarge font, add button hover

This commit is contained in:
Alexander Böhm 2022-04-19 00:16:13 +02:00
parent be96e42e45
commit c159df3c8c
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<style> <style>
.application { .application {
font-family: sans-serif; font-family: sans-serif;
font-size: large;
} }
.description { .description {
@ -66,6 +67,11 @@
font-size: larger; font-size: larger;
} }
.button:hover {
text-shadow: 0 0 1em #6ab43e;
transition: text-shadow 0.1s;
}
.radio { .radio {
color: #6ab43e; color: #6ab43e;
border-color: #dedede; border-color: #dedede;