diff options
Diffstat (limited to 'core/css/header.scss')
-rw-r--r-- | core/css/header.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 1e5e2846723..530e78186a8 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -481,7 +481,7 @@ nav { background-color: rgba($color-main-background, .97); white-space: nowrap; border: none; - border-radius: 3px; + border-radius: $border-radius; border-top-left-radius: 0; border-top-right-radius: 0; margin-top: 0; |