Commit 97bce67
Changed files (2)
pkg
templates
pkg/templates/css/markdown_dark.css
@@ -678,8 +678,6 @@
overflow: auto;
font-size: 85%;
line-height: 1.45;
- color: #f0f6fc;
- background-color: #151b23;
border-radius: 6px;
}
pkg/templates/css/markdown_light.css
@@ -699,8 +699,6 @@
overflow: auto;
font-size: 85%;
line-height: 1.45;
- color: #1f2328;
- background-color: #f6f8fa;
border-radius: 6px;
}