more style changes

This commit is contained in:
magmaus3 2023-07-24 17:21:28 +02:00
parent b3608aa1e2
commit 51cc45adff
Signed by: magmaus3
GPG key ID: 966755D3F4A9B251

View file

@ -116,6 +116,7 @@
font-family: monospace;
}
main {
background-color: #202025;
padding: 1em;
border: 1px solid white;
width: 50%; border-radius: 1em;
@ -133,6 +134,7 @@
border: 1px solid white;
padding: 0.5em;
border-radius: 0em 1em 1em 1em;
box-shadow: 0px 5px 15px black;
}
.result:empty { display: none;}
.result {
@ -153,7 +155,7 @@
transition: box-shadow 200ms ease;
}
.button:hover {
box-shadow: 1px 5px 15px black;
box-shadow: 0px 5px 25px black;
}
.button:active {
background-color: rgba(255,255,255, 0.2);