Skip to content

Commit

Permalink
Fix Dark Mode Lists Color (#90)
Browse files Browse the repository at this point in the history
* fix darkmode list text not displaying with proper coloring

* add sample of lists to prove dark mode is working
  • Loading branch information
brandynmauro authored Dec 13, 2024
1 parent 2914181 commit 74271d7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -10857,6 +10857,12 @@ aside.content-browser{
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
color: #fff;
}
.section li{
color: #a6a6a6
}
.section li::before{
background-color: #a6a6a6
}
.display-1{
color: #fff;
}
Expand Down
10 changes: 9 additions & 1 deletion exampleSite/content/blog/sample-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ type = 'blog'
+++

Sample blog content. Like a lorem ipsum but saying something more interesting.

- This is an unordered list sample 1
- This is an unordered list sample 2
- This is an unordered indented list sample 1
- This is an unordered indented list sample 2
1. This is an ordered list sample 1
2. This is an ordered list sample 2
1. This is an ordered indented list sample 1
2. This is an ordered indented list sample 2

Welcome to the world of "Content Ipsum," the fresh alternative to the classic lorem ipsum. It's the perfect blend for designers and writers who crave a dash of creativity and meaning in their placeholder text. Imagine a text that not only fills the space but also sparks the imagination, a text that weaves tales of innovation, inspiration, and the endless possibilities that creativity brings.

In the realm of "Content Ipsum," every paragraph is a journey through the wonders of the human mind, a celebration of the achievements that have shaped our world, and a look into the future that awaits us. From the depths of the ocean to the farthest reaches of the universe, "Content Ipsum" takes you on an adventure that captivates and informs.
Expand Down

0 comments on commit 74271d7

Please sign in to comment.