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; + } + } + } + } } } }