Automatic css build

This commit is contained in:
Build Bot 2022-11-20 13:12:21 +00:00
parent dce417d7d3
commit 15f27b0039

View File

@ -3247,7 +3247,7 @@ article {
border: 1px solid #ddd;
border-left: 3px solid #25acff;
background: #f4f4f4;
line-height: 1rem;
line-height: 1.2rem;
font-size: .8rem; }
article pre code {
background: none;
@ -4461,6 +4461,9 @@ body > nav {
color: #252525;
background: var(--nav-content-hover); }
#nav-trigger {
display: none; }
@media only screen and (max-width: 800px) {
#nav-trigger:not(:checked) + nav {
width: 0%; }