diff --git a/routes/in.css b/routes/in.css index 3682e47..aaa1305 100644 --- a/routes/in.css +++ b/routes/in.css @@ -40,3 +40,9 @@ translate(var(--r)) rotate(-90deg) } + +.custom-bg { + background-image: url('/static/images/morphing-diamonds.svg'), linear-gradient(to right, #ff7e5f, white); + background-repeat: repeat; + background-position: center, center; +} diff --git a/routes/static/images/morphing-diamonds.svg b/routes/static/images/morphing-diamonds.svg new file mode 100644 index 0000000..3cb39d1 --- /dev/null +++ b/routes/static/images/morphing-diamonds.svg @@ -0,0 +1,12 @@ + + + + morphing-diamonds + Created with Sketch. + + + + + + + diff --git a/routes/templates/base.gohtml b/routes/templates/base.gohtml index d8b7a20..7e63c52 100644 --- a/routes/templates/base.gohtml +++ b/routes/templates/base.gohtml @@ -19,7 +19,7 @@ -