Skip to content

Instantly share code, notes, and snippets.

@rheinardkorf
Last active March 15, 2023 02:57
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 rheinardkorf/4c5c6abd70808ecf2c80ca0c4cfc473d to your computer and use it in GitHub Desktop.
Save rheinardkorf/4c5c6abd70808ecf2c80ca0c4cfc473d to your computer and use it in GitHub Desktop.
Test Marp Markdown theme.
/* @theme rk */
@import 'default';
h1, h2, h3 {
color: #ffffff;
}
section {
background-image: linear-gradient(to bottom, #67b8e3, #0288d1);
}
ul {
display: flex;
flex-direction: column;
list-image: none;
list-style: none;
margin: 0;
padding: 0;
gap: 0.2rem;
}
li {
color: rgba(255,255,255,0.95);
border: 1px solid rgba(255,255,255,0.3);
padding: 0.5rem;
background: rgba(255,255,255,0.05);
border-radius: 0.2rem;
}
section h1 {
color: #ffffff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment