Skip to content

Commit

Permalink
Merge pull request #71 from wyj5211/main
Browse files Browse the repository at this point in the history
修bug:开启自定义颜色以后所有页面字体变大
  • Loading branch information
wehaox authored Jul 23, 2023
2 parents 9c70cf0 + d64e34f commit 74dd907
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion header_com.php
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@
background-color: <?php $this->options->CustomColorMain()?>!important;
}
:root {
--global-font-size: 25px!important;
--btn-hover-color: <?php $this->options->CustomColorButtonHover()?>;
--btn-bg: <?php $this->options->CustomColorButtonBG()?>;
--text-bg-hover: <?php $this->options->CustomColorButtonBG()?>;
Expand Down

0 comments on commit 74dd907

Please sign in to comment.