Skip to content

Instantly share code, notes, and snippets.

@satansdeer
Created August 5, 2023 17:44
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 satansdeer/625bfea3709f9cf892deff0ef4c6e766 to your computer and use it in GitHub Desktop.
Save satansdeer/625bfea3709f9cf892deff0ef4c6e766 to your computer and use it in GitHub Desktop.
.node {
border-radius: 4px;
padding: 6px;
cursor: text;
width: 100%;
}
.page {
cursor: pointer;
font-weight: bold;
}
.page:hover {
background-color: #f0f0f0;
}
.list {
position: relative;
padding-left: 20px;
}
.list::after {
content: "";
position: absolute;
bottom: 50%;
left: 6px;
width: 6px;
height: 6px;
background-color: #222;
border-radius: 50%;
transform: translateY(50%);
}
.heading1 {
font-size: 40px;
font-weight: bold;
}
.heading2 {
font-size: 30px;
font-weight: bold;
}
.heading3 {
font-size: 20px;
font-weight: bold;
}
.focused {
background-color: #00bcd4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment