From 4e5c6b4bd8c2571a4a33827ab2821572c7dbdf0c Mon Sep 17 00:00:00 2001 From: efim Date: Mon, 27 Nov 2023 05:50:14 +0000 Subject: [PATCH] feat: semi pretty styling of room --- routes/in.css | 6 ++++++ routes/static/images/morphing-diamonds.svg | 12 ++++++++++++ routes/templates/base.gohtml | 2 +- routes/templates/room.gohtml | 4 ++-- 4 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 routes/static/images/morphing-diamonds.svg 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 @@ -