This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/src/articles/static/login.css

15 lines
199 B
CSS
Raw Normal View History

2021-12-26 23:24:33 +01:00
.d-none {
display: none !important;
}
.float-right {
float: right;
}
td, th, tr, tbody, tr:nth-child(2n) {
background-color: inherit;
border: none;
padding-left: 0;
padding-right: 0;
}