WTForms, SQLAlchemy

This commit is contained in:
DarkCat09 2023-02-20 12:09:43 +04:00
parent 5f328d82d3
commit 03e4c63d38
14 changed files with 227 additions and 22 deletions

View file

@ -58,3 +58,11 @@ form > div > input:hover,
form > div > input:focus {
filter: brightness(130%);
}
table {
border-collapse: collapse;
}
td {
border: 1px solid var(--fg);
padding: 5px;
}