Skip to content

Commit 075a7d3

Browse files
committed
Fixed blockly input color issue.
1 parent cebb149 commit 075a7d3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/components/navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ function NavBar({ layoutref }: NavBarProps) {
867867
];
868868

869869
return (
870-
<div className="flex items-center justify-between p-1 px-5 shadow-md">
870+
<div className="flex items-center justify-between p-1 px-5 shadow-md text-shark-100">
871871
<div className="flex flex-row gap-4 transition-all">
872872
{/** Logo */}
873873
<img src={logo} alt="logo" width="100" height="50" />

src/index.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
font-weight: 400;
99

1010
color-scheme: light dark;
11-
color: rgba(255, 255, 255, 0.87);
12-
background-color: #242424;
1311

1412
font-synthesis: none;
1513
text-rendering: optimizeLegibility;

0 commit comments

Comments
 (0)