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

github.com/josephhutch/aether.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hutchinson <hutch7995@gmail.com>2018-06-08 17:12:46 +0300
committerJoseph Hutchinson <hutch7995@gmail.com>2018-06-08 17:12:46 +0300
commit6deb14bc0861b0d5485b4c2cb27df157564e5b64 (patch)
treee56caea3d29424808f69c1bf0d751a5e7efae3aa
parent47382b7cf3fdbf0bea09d7f00573ee4a466a55d8 (diff)
Add a pattern to the backgroundpattern-bg
-rw-r--r--static/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 78cf11f..a47b0c2 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -3,7 +3,7 @@ body {
"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
color: #3A3B3C;
font-size: 1.1em;
- background-color: #ecedef;
+ background: #ecedef url("/img/ignasi_pattern_s.png") repeat;
margin: 0;
padding: 0;
display: flex;