diff --git a/app/assets/stylesheets/dark.css.scss b/app/assets/stylesheets/dark.css.scss index 6885cd4..12d232f 100644 --- a/app/assets/stylesheets/dark.css.scss +++ b/app/assets/stylesheets/dark.css.scss @@ -103,6 +103,12 @@ textarea { .notice { color:white; } -.info-suggestions a:not(:hover) { - color: gray; +.info-suggestions { + a:not(:hover) { + color: gray; + } + + a:first-child { + border-right: 1px solid white !important; + } }