Skip to content

Commit

Permalink
修bug:开启自定义颜色以后所有页面字体变大
Browse files Browse the repository at this point in the history
  • Loading branch information
wyj5211 authored Jul 15, 2023
1 parent cd36fe7 commit d64e34f
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 d64e34f

Please sign in to comment.