From 0ae389625b2d2d6c4a4b5b4c481897e0f4e1f03a Mon Sep 17 00:00:00 2001 From: Chi Huu Huynh <73843190+Chi-EEE@users.noreply.github.com> Date: Sat, 14 Oct 2023 15:14:08 +0100 Subject: [PATCH] Fix frontend id in css --- docs/static/stack.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/static/stack.css b/docs/static/stack.css index 69303029..c9e727ff 100644 --- a/docs/static/stack.css +++ b/docs/static/stack.css @@ -7,12 +7,12 @@ background-color: #376399; } -frontend { +#frontend { background-color: #F8EEB9; color: black; } -frontend .circle { +#frontend .circle { background-color: #E5DBAC; }