diff --git a/blog/src/App.css b/blog/src/App.css index bbaf920..684c762 100644 --- a/blog/src/App.css +++ b/blog/src/App.css @@ -20,11 +20,12 @@ } -.active { +.active span { color: #595959; background-color: rgba(141, 141, 141, 0.234); border-radius: 20px; } + .noDark { isolation: isolate; } diff --git a/blog/src/component/Header.jsx b/blog/src/component/Header.jsx index 6529da0..c739f69 100644 --- a/blog/src/component/Header.jsx +++ b/blog/src/component/Header.jsx @@ -23,40 +23,42 @@ function Header() {