Skip to content

Commit

Permalink
refactor(topic landing): use color vars properly
Browse files Browse the repository at this point in the history
  • Loading branch information
yonadavGit committed Jan 16, 2025
1 parent fd2466e commit 6ecdc2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/s2.css
Original file line number Diff line number Diff line change
Expand Up @@ -5225,8 +5225,8 @@ h1.topic-landing-header {
}
.topic-card-with-description .card{
flex: 1;
border-top: 4px solid var(--Sefaria-Blue, #18345D);
background: var(--Lightest-Grey, #FBFBFA);
border-top: 4px solid var(--sefaria-blue);
background: var(--lightest-grey);
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
width: 268.395px;
height: 345.78px;
Expand Down

0 comments on commit 6ecdc2a

Please sign in to comment.