Skip to content

Instantly share code, notes, and snippets.

@caffo
Last active February 15, 2021 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caffo/4d148da31b7cee676986f7bfb8e0d801 to your computer and use it in GitHub Desktop.
Save caffo/4d148da31b7cee676986f7bfb8e0d801 to your computer and use it in GitHub Desktop.
Fuckline
.fuckline > .rm-block-children .roam-block-container:nth-child(-n+4){
opacity: 1.0;
}
.fuckline > .rm-block-children .roam-block-container:nth-child(4)::after{
content: "~fuckline";
border-bottom: 1px solid red;
font-size: 12px;
}
.fuckline > .rm-block-children .roam-block-container {
opacity: 0.4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment