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

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2020-04-15 23:32:59 +0300
committerGitHub <noreply@github.com>2020-04-15 23:32:59 +0300
commit1e37807c1f8b30be769859fa7c5aba9aaae81d17 (patch)
tree5e863911fc8bf1092106fdb4de447e08c15d8761 /static/index.php
parent139de27f14336b1b2055f9bb82866437dc028511 (diff)
fix index background
Diffstat (limited to 'static/index.php')
-rw-r--r--static/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/index.php b/static/index.php
index e618e561..9d7182fa 100644
--- a/static/index.php
+++ b/static/index.php
@@ -17,7 +17,7 @@
align: center;
text-align: center;
background: #0082c9; /* Old browsers */
- background-image: url('/nextcloud/core/img/background.png');
+ background-image: url('/nextcloud/core/img/background.png'), linear-gradient(10deg, #0082c9 0%, rgb(28, 175, 255) 50%);
background-size: cover;
}
div.logotext {