Skip to content

Commit

Permalink
css tweak dots
Browse files Browse the repository at this point in the history
  • Loading branch information
neilgee committed Mar 14, 2024
1 parent 3644e46 commit 354d612
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1080,13 +1080,13 @@ body.has-blocks .fl-post-content ol {
/* Green Dots
---------------------------------------------------------------------------------------------------- */

.green-dots,
.green-dots ul {
.green-dots .fl-module-content,
.green-dots .fl-module-content ul {
list-style-type: none;
/* Remove default bullets */
}

.green-dots li::before {
.green-dots .fl-module-content li::before {
content: "● ";
/* Add content: \2022 is the CSS Code/unicode for a bullet */
color: #72bc44;
Expand Down

0 comments on commit 354d612

Please sign in to comment.