From bcbbfa30bbdecdeb6223248b4aae91ba17e6adf2 Mon Sep 17 00:00:00 2001 From: Alex Denes Date: Sat, 16 Jan 2021 15:23:23 +0000 Subject: [PATCH] Fix few style problems --- redxen.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/redxen.css b/redxen.css index 3ec14b8..4cc2b86 100644 --- a/redxen.css +++ b/redxen.css @@ -118,6 +118,12 @@ a { color: var(--LWnZWGluqoywl6VjDGX317gU1X856plj) } +.ui.label.primary { + color: var(--LWnZWGluqoywl6VjDGX317gU1X856plj) !important; + border-color: var(--HRx9GqEoXsxPOdA0p5fLqnmJJbpHeNJF) !important; + background: var(--99kpMQinDhC5SUUzrUoIAQMeP0m6jIaE) !important; /* fucking kill me, i really have to rewrite this */ +} + .ui.breadcrumb a:hover,.ui.card>.extra a:not(.ui):hover,.ui.cards>.card>.extra a:not(.ui):hover,a:hover { color: var(--928gjbtCS1AIXvGmUx3bASft4r29X7Lu) } @@ -838,11 +844,11 @@ input { } .ui.bottom.attached.message { - background-color: var(--tWPPIVBKoZXtKDnMC5uXE9xQ68lObGOl); + background-color: var(--DdNAYEZJ8wQboNyjKGk8BMOgBOiXaQzu); color: var(--LWnZWGluqoywl6VjDGX317gU1X856plj) } -.ui.bottom.attached.message .pull-right { +.ui.bottom.attached.message .pull-right ,.ui.bottom.attached.message .pull-right>span, .ui.bottom.attached.message>span { color: var(--LWnZWGluqoywl6VjDGX317gU1X856plj) }