Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/css/variables.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/css/variables.scss b/core/css/variables.scss
index d12109c5298..392291ef9d3 100644
--- a/core/css/variables.scss
+++ b/core/css/variables.scss
@@ -20,4 +20,6 @@ $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); \ No newline at end of file
+$color-box-shadow: rgba(nc-lighten($color-main-text, 20%), 0.75);
+$color-border: nc-darken($color-main-background, 8%);
+