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

23 lines
249 B
CSS

.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;
}
img {
background-color: white;
}