removing italics

This commit is contained in:
2022-05-18 16:51:53 +02:00
parent 1f761ec62b
commit b9fbcb4187
2 changed files with 6 additions and 6 deletions

View File

@ -807,11 +807,6 @@ html[theme="f0ck95"] .gapRight {
align-items: center;
}
html[theme="f0ck95"] .populateME {
position: relative;
left: 10px;
}
html[theme="f0ck95"] input {
color: #000;
}
@ -1568,6 +1563,11 @@ span.placeholder {
padding-top: 5px;
}
.populateME {
position: relative;
left: 10px;
}
.gapRight {
display: flex;
align-items: center;