Userguide CSS: Fix banner color.

This commit is contained in:
Augustin Cavalier 2022-07-06 12:01:20 -04:00
parent 03ceb64ecb
commit 41554ed9f1

View File

@ -33,7 +33,7 @@
--WarningBackground: #fffbc6; --WarningBackground: #fffbc6;
--StopBackground: #ffeae6; --StopBackground: #ffeae6;
--SecondaryCanvas: #e0e0e0; --SecondaryCanvas: #e0e0e0;
--TertiaryCanvas: #efefef; --TertiaryCanvas: #eeeeee;
} }
@ -157,7 +157,7 @@ h5 a:hover, a:active {
left: 0; left: 0;
top: 0; top: 0;
height: 84px; height: 84px;
background: var(--SecondaryCanvas); background: var(--TertiaryCanvas);
} }
#banner div { #banner div {