diff --git a/profiles/themes/monokai.css b/profiles/themes/monokai.css index d101993..dfc44e3 100644 --- a/profiles/themes/monokai.css +++ b/profiles/themes/monokai.css @@ -17,6 +17,10 @@ main { background: unset; } +hr { + background: #F7F1FF; +} + a:link, a:visited { color: #F7F1FF; @@ -81,4 +85,4 @@ a:active { .fa-birthday-cake { color: #FA638D; -} \ No newline at end of file +}