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

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2018-08-05 00:45:28 +0300
committerJustin Berthault <justin.berthault@zaclys.net>2018-08-05 00:45:28 +0300
commit0ea2868e18e1569d2850039f73a3779859b0c935 (patch)
tree8b0410caf2f468e82aba113faf07dbae867b7d75 /assets
parentf85bd6532a3ceba8e2da46156fddeb733ced8ab5 (diff)
background too bright
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 10815ba..dffb2c6 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -3,7 +3,7 @@
src: url("../fonts/opensansregular.woff2") format("woff2");
}
html {
- background: #eff1f6
+ background: #ebeffa
}
body {
position: relative;