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