diff options
Diffstat (limited to 'resources/assets/stylesheets/scss/dialog.scss')
| -rw-r--r-- | resources/assets/stylesheets/scss/dialog.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/assets/stylesheets/scss/dialog.scss b/resources/assets/stylesheets/scss/dialog.scss index 4e4bae1..89f9e04 100644 --- a/resources/assets/stylesheets/scss/dialog.scss +++ b/resources/assets/stylesheets/scss/dialog.scss @@ -335,7 +335,7 @@ v u e d i a l o g display: flex; } .studip-dialog-header { - background: var(--color--info) none repeat scroll 0 0; + background: var(--color--brand-primary) none repeat scroll 0 0; border-bottom: 1px solid var(--dark-gray-color-10); color: var(--white); justify-content: space-between; |
