Multiple db handling, font size changes

This commit is contained in:
mrfry 2021-01-10 15:41:08 +01:00
parent a0d51266a0
commit 07b34762c3
8 changed files with 119 additions and 46 deletions

View file

@ -1,5 +1,5 @@
.subjName {
font-size: 24px;
font-size: 18px;
background-color: #9999ff;
color: black;
padding: 10px;

View file

@ -1,6 +1,5 @@
.questionInput {
flex-grow: 1;
font-size: 22px;
background-color: var(--background-color);
color: white;
border: none;
@ -20,7 +19,6 @@
.deleteButton {
padding: 6px;
font-size: 22px;
background-color: var(--background-color);
color: white;
cursor: pointer;

View file

@ -4,7 +4,6 @@
color: white;
background-color: #212127;
border: none;
font-size: 18px;
flex-grow: 1;
}
@ -17,7 +16,6 @@
width: 80px;
background-color: var(--background-color);
color: white;
font-size: 23px;
cursor: pointer;
border: none;
}