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:44:11 +0300
committerJustin Berthault <justin.berthault@zaclys.net>2018-08-05 00:44:11 +0300
commit9e9d66a5140e8b95c3bddc77107a06ce7eccfecf (patch)
tree39659c6387d7c6295da3719b2d562f954204217b /assets
parentd36c97a23a9415cf18e02a37248c0744d8a3bf90 (diff)
Less bright background
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 002b381..ef308d2 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -3,7 +3,7 @@
src: url("../fonts/opensansregular.woff2") format("woff2");
}
html {
- background: #f1f3f7
+ background: #eff1f6
}
body {
position: relative;