Skip to content

Commit ebd3feb

Browse files
committed
feat: switch type
1 parent d248533 commit ebd3feb

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/static/css/_cards.css

-6
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,6 @@
103103
calc(10 / 16 * 1rem) calc(10 / 16 * 1rem) calc(10 / 16 * 1rem) rgba(0 0 0 / 25%);
104104
}
105105

106-
.card--initiative,
107-
.card--event,
108-
.card--resource {
109-
font-family: var(--font-fira-sans);
110-
}
111-
112106
.card.card--initiative:hover,
113107
.card.card--initiative:has(a:focus),
114108
.card.card--initiative:focus-within,

src/static/css/_tags.css

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
border-radius: 2rem;
44
color: var(--fl-fgColor, var(--black));
55
display: inline-block;
6-
font-family: var(--font-fira-sans);
76
font-size: 0.875rem;
87
font-weight: 400;
98
line-height: 1.5;

0 commit comments

Comments
 (0)