Timeline
unknown
plain_text
a month ago
1.0 kB
1
Indexable
Never
/*link color and font weight*/ a{ font-weight: 400; color: #000; } div.redesign .link{ &:hover{ color: #000; } &:after{ background-color: #7C7A61; } } /*end*/ /*START Link on Mobile - WB eliezer */ @media only screen and (max-width: 768px){ .redesign .link { white-space: normal; text-decoration: underline; &:after, &:before { width: 0%; } } } /*END Link on Mobile - WB eliezer */ p.tag.bf1{ text-transform: capitalize; } @media only screen and (max-width:820px){ .redesign .link{ color: #000; overflow-wrap: anywhere; text-decoration: underline!important; white-space: normal!important; &:before { background-color: transparent!important; } &:after { background-color: transparent!important; } } } h2, h4{ color: #121275; text-transform: capitalize; }
Leave a Comment