diff options
-rw-r--r-- | core/css/apps.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index e323195f70f..997c6f856fe 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -435,6 +435,13 @@ kbd { font-size: 9pt; line-height: 44px; padding: 0 12px; /* Same padding as all li > a in the app-navigation */ + + span.highlighted { + padding: 2px 5px; + border-radius: 10px; + background-color: $color-primary; + color: $color-primary-text; + } } } |