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