_reset table, tr, td border none

This commit is contained in:
2021-08-17 22:17:07 +02:00
parent 383fec17e8
commit 30e3aca691
4 changed files with 13 additions and 3364 deletions

View File

@ -50,3 +50,7 @@ input[type="password"]{
// outline-style: solid;
// outline-width: 1px;
}
table, tr, td {
border: none;
}