style fix
This commit is contained in:
+2
-1
@@ -204,7 +204,8 @@ function App() {
|
|||||||
<div
|
<div
|
||||||
className="print-display-none"
|
className="print-display-none"
|
||||||
style={{
|
style={{
|
||||||
fontSize: "1.7rem",
|
fontSize: roster ? "1rem" : "1.7rem",
|
||||||
|
fontWeight: roster ? 600 : "",
|
||||||
display: rostersJSON.length > 0 ? "" : "none",
|
display: rostersJSON.length > 0 ? "" : "none",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
+1
-1
@@ -8,7 +8,7 @@
|
|||||||
Arial, sans-serif;
|
Arial, sans-serif;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
|
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
color: #111113;
|
color: #111113;
|
||||||
|
|||||||
Reference in New Issue
Block a user