From 69553b7087220bbf16a5f5665fdca68cab282f22 Mon Sep 17 00:00:00 2001 From: Nilay Majorwar Date: Tue, 1 Feb 2022 13:56:56 +0530 Subject: [PATCH] Fix typo, make highlight more transparent --- styles/editor.css | 2 +- ui/header.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/editor.css b/styles/editor.css index e20ab15..30cb7ad 100644 --- a/styles/editor.css +++ b/styles/editor.css @@ -1,5 +1,5 @@ .code-highlight { - background-color: #ffff00aa; + background-color: #ffff0055; } .breakpoint-glyph { diff --git a/ui/header.tsx b/ui/header.tsx index 49d212f..fb28043 100644 --- a/ui/header.tsx +++ b/ui/header.tsx @@ -33,7 +33,7 @@ export const Header = (props: { langId: string; langName: string }) => {