Add background color to highlighted manual sections

This commit is contained in:
Alex Cabal 2022-01-24 08:55:23 -06:00
parent aba4d32f30
commit 0488f01850
2 changed files with 12 additions and 0 deletions

View file

@ -17,4 +17,12 @@
.manual > article > section > section[id] section > aside.number::after{
border-color: rgba(255, 255, 255, .5);
}
main.manual *:target{
color: var(--light-body-text);
}
main.manual *:target aside.number{
color: var(--dark-body-text);
}
}

View file

@ -719,6 +719,10 @@ main.manual aside.alert p{
text-align: center;
}
main.manual *:target{
background: #FFFF99;
}
@media(max-width: 1700px){
main.manual > article{
margin-left: 10rem;