Started organizing stylesheets. Fixed path for import.

This commit is contained in:
Wirlaburla 2023-06-06 14:15:34 -05:00
parent 7b1ebc06ef
commit e9b9bd4e97

View File

@ -997,35 +997,6 @@ code p {
color: blueviolet; color: blueviolet;
} }
input[type="button"],
input[type="checkbox"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="image"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="radio"],
input[type="range"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
background-color: var(--input-bg);
color: var(--input-text);
}
input[type="file"] {
color: var(--input-text);
}
.styled-table > tbody > tr { .styled-table > tbody > tr {
border-bottom: 1px dashed var(--border-line); border-bottom: 1px dashed var(--border-line);
} }