Skip to content

Commit ad05f69

Browse files
committed
Add styles for :target
1 parent 4917721 commit ad05f69

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

public/assets/styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,11 @@ input.wayoff {
414414
color: #c9302c;
415415
}
416416

417+
:target {
418+
color: inherit;
419+
background: transparent;
420+
}
421+
417422
.js .hidden,
418423
.nojs .jsonly {
419424
display: none;

0 commit comments

Comments
 (0)