Merge branch 'new_style-2' into new_style

This commit is contained in:
mrfry
2021-03-23 20:01:24 +01:00
18 changed files with 461 additions and 522 deletions
-22
View File
@@ -14,28 +14,6 @@
text-align: center;
}
.feedback {
color: var(--text-color);
background-color: var(--background-color);
font-size: 14px;
width: 100%;
box-sizing: border-box;
height: 60px;
}
.button {
background-color: var(--text-color);
border: none;
padding: 5px 15px;
margin: 5px;
color: white;
width: 200px;
}
.inputArea {
display: flex;
}
.title {
color: var(--text-color);
font-size: 30px;