mirror of
https://github.com/standardebooks/web.git
synced 2025-07-17 11:56:38 -04:00
Add background color to highlighted manual sections
This commit is contained in:
parent
aba4d32f30
commit
0488f01850
2 changed files with 12 additions and 0 deletions
|
@ -17,4 +17,12 @@
|
||||||
.manual > article > section > section[id] section > aside.number::after{
|
.manual > article > section > section[id] section > aside.number::after{
|
||||||
border-color: rgba(255, 255, 255, .5);
|
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);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -719,6 +719,10 @@ main.manual aside.alert p{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main.manual *:target{
|
||||||
|
background: #FFFF99;
|
||||||
|
}
|
||||||
|
|
||||||
@media(max-width: 1700px){
|
@media(max-width: 1700px){
|
||||||
main.manual > article{
|
main.manual > article{
|
||||||
margin-left: 10rem;
|
margin-left: 10rem;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue