diff --git a/assets/css/style-reduced.css b/assets/css/style-reduced.css index c71852e..f52debd 100644 --- a/assets/css/style-reduced.css +++ b/assets/css/style-reduced.css @@ -103,6 +103,9 @@ sup > a.footnote:before { /* different from modern syntax */ sup > a.footnote:after { content: "]"; } +li:target { + background: #402140; +} a.reversefootnote { font-size: smaller; } diff --git a/assets/css/style.css b/assets/css/style.css index eb62358..9b1084f 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -192,6 +192,9 @@ sup > a.footnote::before { sup > a.footnote::after { content: "]"; } +li:target { + background: #402140; +} a.reversefootnote { font-size: smaller; }