summaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/responsive.css
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-10-24 04:24:27 +0000
committerGo MAEDA <maeda@farend.jp>2024-10-24 04:24:27 +0000
commitbf5d536fd4ef1ffb38f9bc8e8b835cd1e720a34a (patch)
tree78c1d97756b1d85e75913f66cb93d5048cfcc01e /app/assets/stylesheets/responsive.css
parent99284e9fe571f998d1effa6d018ca09c71d9ff46 (diff)
downloadredmine-bf5d536fd4ef1ffb38f9bc8e8b835cd1e720a34a.tar.gz
redmine-bf5d536fd4ef1ffb38f9bc8e8b835cd1e720a34a.zip
Introduce `--fonts-main` CSS variable for easier customization of main fonts (#41321, #41569).
Patch by Takashi Kato (user:tohosaku). git-svn-id: https://svn.redmine.org/redmine/trunk@23159 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/assets/stylesheets/responsive.css')
-rw-r--r--app/assets/stylesheets/responsive.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/responsive.css b/app/assets/stylesheets/responsive.css
index df3f8e51e..ea30ab86c 100644
--- a/app/assets/stylesheets/responsive.css
+++ b/app/assets/stylesheets/responsive.css
@@ -155,7 +155,7 @@
}
#project-jump .drdn-trigger:before {
/* set a font-size in order to achive same result in different themes */
- font-family: "Noto Sans", sans-serif;
+ font-family: var(--fonts-main);
font-size: 1.5em;
position: absolute;
@@ -253,7 +253,7 @@
}
.mobile-toggle-button:after {
- font-family: "Noto Sans", sans-serif;
+ font-family: var(--fonts-main);
display: block;
margin-top: -3px;
content: '\2261';
@@ -261,7 +261,7 @@
/* search magnifier icon */
.search-magnifier {
- font-family: "Noto Sans", sans-serif;
+ font-family: var(--fonts-main);
color: #bbb;
cursor: pointer;