more style changes
This commit is contained in:
parent
b3608aa1e2
commit
51cc45adff
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue