From 17a04ed62e1055162ca92402c7dbe669f9dfad41 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 29 May 2018 20:50:06 -0600 Subject: [PATCH] Update custom SASS --- resources/assets/sass/custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index 0a0a549b6..666ca087f 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -8,6 +8,12 @@ body, button, input, textarea { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04); } +.bg-pixelfed { + background:#10c5f8; + background:-webkit-gradient(linear,left top,right bottom,from(#6736dd),to(#10c5f8)); + background:linear-gradient(to bottom right,#6736dd,#10c5f8); +} + @media (min-width: 1200px) { .container { max-width: 935px;