Update style.css with NSFW style.
Jekyll Build & Deploy / Jekyll-Build-and-Deploy (push) Successful in 14s
Details
Jekyll Build & Deploy / Jekyll-Build-and-Deploy (push) Successful in 14s
Details
This commit is contained in:
parent
4a08327856
commit
aa1bdc6fa1
|
@ -121,3 +121,12 @@ c}
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
filter: drop-shadow(0px 4px 0 var(--color-background));
|
filter: drop-shadow(0px 4px 0 var(--color-background));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nsfw {
|
||||||
|
filter: blur(32px);
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue