Fix few style problems

This commit is contained in:
Alex D. 2021-01-16 15:23:23 +00:00
parent f1c28edb75
commit bcbbfa30bb
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 8 additions and 2 deletions

View File

@ -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)
}