Fixed cards style

This commit is contained in:
kvakazyambra 2023-06-09 00:29:20 +03:00
parent 2b9f1ee7ef
commit 4e6d082697
2 changed files with 5 additions and 9 deletions

View File

@ -98,7 +98,7 @@
a:link { a:link {
border: none; border: none;
color: rgb(0 0 0 / 70%); color: rgb(0 0 0 / 90%);
position: relative; position: relative;
z-index: 2; z-index: 2;
@ -138,7 +138,7 @@
} }
.shoutCardSubtitle { .shoutCardSubtitle {
color: #696969; color: #141414;
@include font-size(1.8rem); @include font-size(1.8rem);
font-weight: 400; font-weight: 400;
line-height: 1.3; line-height: 1.3;
@ -588,14 +588,13 @@
.shoutCardBigTitle { .shoutCardBigTitle {
.shoutCardTitle { .shoutCardTitle {
@include font-size(2.6rem); @include font-size(3.2rem);
display: block; display: block;
padding-right: 0; padding-right: 0;
} }
.shoutCardSubtitle { .shoutCardSubtitle {
@include font-size(2.6rem); @include font-size(2.6rem);
color: #696969;
} }
} }
@ -616,10 +615,6 @@
a:link { a:link {
background: none !important; background: none !important;
.shoutCardSubtitle {
color: #696969;
}
} }
} }
@ -706,7 +701,6 @@
.shoutCardSubtitle { .shoutCardSubtitle {
@include font-size(2.4rem); @include font-size(2.4rem);
color: #696969;
flex: 1; flex: 1;
} }
} }

View File

@ -24,6 +24,8 @@
.shoutTopicFloorImportant { .shoutTopicFloorImportant {
a:link, a:link,
a:visited { a:visited {
color: #fff;
&:hover { &:hover {
background: #fff !important; background: #fff !important;
color: #000 !important; color: #000 !important;