From 316b03e92665b42b1cc6f2c7ed3dfd3cae2a4c6a Mon Sep 17 00:00:00 2001 From: Vrifox Date: Wed, 14 Oct 2020 12:01:45 +0200 Subject: [PATCH] targets #3 --- scss/import/repository.scss | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/scss/import/repository.scss b/scss/import/repository.scss index e3556bb..adebfca 100644 --- a/scss/import/repository.scss +++ b/scss/import/repository.scss @@ -604,6 +604,9 @@ color: rgb(215, 215, 225) !important; a { color: rgb(255, 255, 255) !important; + &:hover { + color: rgb(255, 130, 130) !important; + } } } } @@ -612,6 +615,24 @@ border: 0; } } + &.event { + .badge { + background: rgb(60, 60, 90); + border-color: rgb(60, 60, 90); + .svg { + fill: rgb(255, 255, 255); + } + } + .text.grey { + color: rgb(215, 215, 225) !important; + a { + color: rgb(255, 255, 255) !important; + &:hover { + color: rgb(255, 130, 130) !important; + } + } + } + } } } }