Fixes text becoming invisible when element targetted
This commit is contained in:
parent
aea9f0aa97
commit
feda6040fa
2 changed files with 2 additions and 14 deletions
|
@ -82,12 +82,6 @@ pre {
|
|||
border-bottom-color: #ddd;
|
||||
}
|
||||
|
||||
:target { background: #494a3d; }
|
||||
|
||||
:target > .in-band {
|
||||
background: #494a3d;
|
||||
}
|
||||
|
||||
.content .method .where,
|
||||
.content .fn .where,
|
||||
.content .where.fmt-newline {
|
||||
|
@ -252,7 +246,7 @@ a.test-arrow:hover{
|
|||
color: #999;
|
||||
}
|
||||
|
||||
:target > code {
|
||||
:target > code, :target > .in-band {
|
||||
background-color: #494a3d;
|
||||
}
|
||||
|
||||
|
|
|
@ -84,12 +84,6 @@ pre {
|
|||
border-bottom-color: #ddd;
|
||||
}
|
||||
|
||||
:target { background: #FDFFD3; }
|
||||
|
||||
:target > .in-band {
|
||||
background: #FDFFD3;
|
||||
}
|
||||
|
||||
.content .method .where,
|
||||
.content .fn .where,
|
||||
.content .where.fmt-newline {
|
||||
|
@ -247,7 +241,7 @@ a.test-arrow:hover{
|
|||
color: #999;
|
||||
}
|
||||
|
||||
:target > code {
|
||||
:target > code, :target > .in-band {
|
||||
background: #FDFFD3;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue