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
Raw Normal View History

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