Skip to content

Commit

Permalink
fix: Style of unordered list
Browse files Browse the repository at this point in the history
  • Loading branch information
zanechua committed Jul 11, 2021
1 parent 1512f8d commit cb4dec3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = {
resolve: `gatsby-plugin-purgecss`,
options: {
printRejected: true, // Print removed selectors and processed file names
develop: false, // Enable while using `gatsby develop`
develop: true, // Enable while using `gatsby develop`
tailwind: true, // Enable tailwindcss support
// whitelist: ['whitelist'], // Don't remove this selector
ignore: [
Expand Down
8 changes: 8 additions & 0 deletions src/css/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,12 @@
.markdown h2 {
@apply text-white;
}

ol li {
color: #ffffff;
}

blockquote p {
color: #000000;
}
}
4 changes: 0 additions & 4 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,4 @@ p {
ul li, ol li {
color: #ffffff;
}

blockquote p {
color: #000000;
}
}

0 comments on commit cb4dec3

Please sign in to comment.