1
Fork 0

Fixes text becoming invisible when element targetted

This commit is contained in:
Guillaume Gomez 2019-01-15 23:21:10 +01:00
parent aea9f0aa97
commit feda6040fa
2 changed files with 2 additions and 14 deletions

View file

@ -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;
}

View file

@ -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;
}