mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-10-31 18:38:45 +01:00
11 lines
280 B
CSS
11 lines
280 B
CSS
header .bookmarkNotice {
|
|
border: 1px dotted #E72020;
|
|
color: #FF8E8E;
|
|
}
|
|
|
|
.content .hide ~ .display, .displayHidden ~ .display {
|
|
background-image: url(visible.svg);
|
|
}
|
|
.content .hide:checked ~ .display, .displayHidden:checked ~ .display {
|
|
background-image: url(notVisible.svg);
|
|
} |