diff options
Diffstat (limited to 'ui/app/components/page-container/index.scss')
-rw-r--r-- | ui/app/components/page-container/index.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/page-container/index.scss b/ui/app/components/page-container/index.scss index 06c3ef709..14cdbacd3 100644 --- a/ui/app/components/page-container/index.scss +++ b/ui/app/components/page-container/index.scss @@ -109,7 +109,7 @@ &--selected { color: $curious-blue; - border-bottom: 3px solid $curious-blue; + border-bottom: 2px solid $curious-blue; } } |