From 297a0fc217a40a031fd01730ef1431d10d987f76 Mon Sep 17 00:00:00 2001 From: Katalina / stardust Date: Sun, 31 Dec 2017 23:19:23 -0600 Subject: [PATCH] add discord transitional styling --- UI/src/generic.sass | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/UI/src/generic.sass b/UI/src/generic.sass index 6865996..43ea289 100644 --- a/UI/src/generic.sass +++ b/UI/src/generic.sass @@ -41,4 +41,8 @@ color: var(--c-white) &-logo - height: 1.6rem \ No newline at end of file + height: 1.6rem + +.rp-discord + border: 1px solid var(--c-discord-dark) + box-shadow: 0 0 1px rgba(0,0,0,0.3) \ No newline at end of file