fixed style

This commit is contained in:
2023-06-12 10:28:06 +02:00
parent af1a02a2d0
commit 6e9e77d7a6

View File

@@ -20,12 +20,20 @@
.selector select {
height: 30px;
font-size: 16px;
border-radius: 15px;
background-color: #172336;
color: #fff;
border: none;
}
.selector button {
font-size: 16px;
height: 30px;
margin-left: 10px;
border-radius: 15px;
background-color: #172336;
color: #fff;
border: none;
}
#export-textarea {
@@ -34,6 +42,9 @@
resize: none;
overflow-y: hidden;
background-color: #172336;
color: #fff;
border-radius: 15px;
border: none;
}
</style>
</head>