diff options
author | Go MAEDA <maeda@farend.jp> | 2024-10-14 07:22:24 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-10-14 07:22:24 +0000 |
commit | 9ea83be352ceadabfc876afe28953ef761ae0f69 (patch) | |
tree | 7c8a3c29d4867c2062d7a30bd70b3ecaa9fc7fad /app | |
parent | bad907d01337358878aa1b5a31e117e9582de241 (diff) | |
download | redmine-9ea83be352ceadabfc876afe28953ef761ae0f69.tar.gz redmine-9ea83be352ceadabfc876afe28953ef761ae0f69.zip |
Align #sidebar h3 color with content headers (#41298).
git-svn-id: https://svn.redmine.org/redmine/trunk@23121 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 03eb5d6c0..5c46495ef 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -138,7 +138,7 @@ pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;} @media screen and (min-width: 1600px) and (max-width: 1919px) {#sidebar{width: 320px;}} @media screen and (min-width: 1920px) and (max-width: 2559px) {#sidebar{width: 360px;}} @media screen and (min-width: 2560px) {#sidebar{width: 380px;}} -#sidebar h3{ font-size: 0.875rem; margin-top:14px; color: #666; } +#sidebar h3{ font-size: 0.875rem; margin-top:14px; color: #555; } #sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; } #sidebar .contextual { margin-right: 1em; } #sidebar ul, ul.flat {margin: 0; padding: 0;} |