Merge pull request #6649 from nextcloud/color-border-variable
Add color-border variable
This commit is contained in:
commit
98da7848b5
|
@ -21,3 +21,5 @@ $image-login-background: '../img/background.jpg?v=1';
|
|||
$color-loading: #969696;
|
||||
$color-loading-dark: #bbbbbb;
|
||||
$color-box-shadow: rgba(nc-lighten($color-main-text, 20%), 0.75);
|
||||
$color-border: nc-darken($color-main-background, 8%);
|
||||
|
||||
|
|
Loading…
Reference in New Issue