Some design fixes

This commit is contained in:
2020-09-29 19:49:14 +03:00
parent 1ba6f64ee2
commit 84d1840b92
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -18,8 +18,6 @@ body{
justify-content: space-between;
align-items: center;
background: #324a5e;
font-family: "Comic Sans MS";
/*overflow: hidden;*/
}
#prompt{
display: flex;
@@ -36,6 +34,7 @@ body{
color: #324a5e;
text-shadow: 0 0 5px white;
overflow: hidden;
font-family: "Comic Sans MS";
}
.hidd{
display: none;
@@ -58,6 +57,7 @@ body{
color: #293c4d;
background: white;
cursor: pointer;
outline: 0;
}
.btn:hover{
box-shadow: 0 0 10px white;