diff options
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; |