Skip to content

Commit

Permalink
Merge pull request #639 from dcchambers/feat/update-monokai-theme
Browse files Browse the repository at this point in the history
fix: Add hr linebreak color to monokai theme
  • Loading branch information
newbold authored Mar 27, 2024
2 parents 6368413 + 95e6a65 commit 1de92a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion profiles/themes/monokai.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ main {
background: unset;
}

hr {
background: #F7F1FF;
}

a:link,
a:visited {
color: #F7F1FF;
Expand Down Expand Up @@ -81,4 +85,4 @@ a:active {

.fa-birthday-cake {
color: #FA638D;
}
}

0 comments on commit 1de92a5

Please sign in to comment.