Skip to content

Commit 441d1db

Browse files
committed
Removed !important, the current way the styles are applied are already more specific than the root
1 parent 4d466b9 commit 441d1db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/styles/variables.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
--font: "Space Grotesk", Helvetica, Arial, sans-serif;
99
--font-serif: "Vollkorn", Garamond, Georgia, serif;
1010
--font-mono: "JetBrains Mono", Menlo, monospace;
11-
--font-mono-settings: normal !important;
11+
--font-mono-settings: normal;
1212

1313
--processing-blue-light: #82afff;
1414
--processing-blue-mid: #0564ff;
@@ -110,4 +110,4 @@
110110
--margin: 10px;
111111
--gutter: 8px;
112112
}
113-
}
113+
}

0 commit comments

Comments
 (0)