mirror of
https://review.haiku-os.org/userguide
synced 2024-11-23 07:08:25 +01:00
Userguide CSS: Fix banner color.
This commit is contained in:
parent
03ceb64ecb
commit
41554ed9f1
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user