mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-10-31 18:38:45 +01:00
54e3f8d3f4
Fixes #181 and #341
11 lines
298 B
CSS
11 lines
298 B
CSS
header .bookmarkNotice {
|
|
border: 1px dotted rgb(255, 0, 221);
|
|
color: rgb(208, 255, 0);
|
|
}
|
|
|
|
.content .hide ~ .display, .displayHidden ~ .display {
|
|
background-image: url(visible.svg);
|
|
}
|
|
.content .hide:checked ~ .display, .displayHidden:checked ~ .display {
|
|
background-image: url(notVisible.svg);
|
|
} |