add initial marp implementation with sample content and build configuration
This commit is contained in:
31
themes/custom-theme.css
Normal file
31
themes/custom-theme.css
Normal file
@@ -0,0 +1,31 @@
|
||||
/* @theme custom-theme */
|
||||
|
||||
@import-theme "gaia";
|
||||
|
||||
section {
|
||||
background-color: #f0f8ff;
|
||||
color: #2c3e50;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #3498db;
|
||||
text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #e74c3c;
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: #ecf0f1;
|
||||
color: #2c3e50;
|
||||
padding: 2px 4px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 4px solid #3498db;
|
||||
background-color: #ecf0f1;
|
||||
padding: 10px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
Reference in New Issue
Block a user