diff options
author | Andras Timar <andras.timar@collabora.com> | 2019-09-26 16:20:26 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-09-26 16:20:26 +0200 |
commit | d1761aa16ae37a207e15e1579e6bcd850c574a9a (patch) | |
tree | 22d6722397df539e48e4c6f9a84d26b8d0f55288 | |
parent | 1e3c9fcd892d91595687b21a6143c3901a4691bc (diff) |
[cp] Fix header's background color
Change-Id: I35c3402c6b0c8db5650ab947f6a01b2168fb1bd5
-rw-r--r-- | help3xsl/default.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index fccdc81901..a4110e4a94 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -346,7 +346,6 @@ h6 { grid-area: header; } header { - background-color: #fff; color: #5c3de2; height: 64px; padding: 8px 8px 8px 16px; |