diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-12-13 05:01:43 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-12-13 05:01:48 -0600 |
commit | 77d02e65e9acae649867fe67cdba46f30e58a7e0 (patch) | |
tree | 8bc306c9bbaee8274958dc3f5dccd2183a9022ba /help3xsl/default.css | |
parent | 0743da9a51f1d7733f436d0144e35e8536e56583 (diff) |
tdf#152491 Update CSS coloring to match new icons
https://wiki.documentfoundation.org/Design/Branding#LibreOffice_application_colors
Change-Id: I914ddfd14f0ca351f4eed5eb14ed8ea6ed904422
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 3740504722..abf75f69c1 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -540,42 +540,42 @@ aside input[type=checkbox]:checked ~ .contents-treeview { display: block; font-size: 22px; font-weight: bold; - color: #0369a3; + color: #083fa6; } #CALC::before { content: "Calc"; display: block; font-size: 22px; font-weight: bold; - color: #43c330; + color: #007c3c; } #IMPRESS::before { content: "Impress"; display: block; font-size: 22px; font-weight: bold; - color: #a33e03; + color: #d0120d; } #DRAW::before { content: "Draw"; display: block; font-size: 22px; font-weight: bold; - color: #c99c00; + color: #cb6d30; } #BASE::before { content: "Base"; display: block; font-size: 22px; font-weight: bold; - color: #8e03a3; + color: #7324a9; } #MATH::before { content: "Math"; display: block; font-size: 22px; font-weight: bold; - color: darkslategray; + color: #c10018; } #CHART::before { content: "Chart"; @@ -596,7 +596,7 @@ aside input[type=checkbox]:checked ~ .contents-treeview { display: block; font-size: 22px; font-weight: bold; - color: gray; + color: darkslategray; } .pagination-container { text-align: center; |