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/articles/static/code.css

24 lines
418 B
CSS

.codehilitetable td {
border: none;
margin: 0;
padding: 0;
}
.codehilitetable .linenos {
max-width: 20px;
}
.codehilitetable .linenos pre {
border-right: none;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
padding-right: 0;
}
.codehilitetable .code pre {
border-left: none;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
padding-left: .1rem;
}