9 Commits

Author SHA1 Message Date
JohnathanLin
b6ef30607c 通过Fontmin缩小方正黑体的大小,只对导航栏和profile的文字生效 2023-12-15 22:56:57 +08:00
JohnathanLin
46e05f0a2c 方正黑体大小太大了,换思源黑体 2023-12-15 22:47:08 +08:00
JohnathanLin
b6ee24fb65 字体改得和CSGO一致 2023-12-11 23:48:31 +08:00
JohnathanLin
111261d496 修改页面样式 2023-02-23 23:52:08 +08:00
Aniket Teredesai
77ffb308c3
Allow adding SVG in place of logo image (#976)
Usage =>
Params.label.iconSVG: "<your SVG as a string>"
2022-07-23 09:45:32 +05:30
Aditya Telange
5f280c5df2
Simplify theme-toggle svg height 2022-07-08 20:27:40 +05:30
Aditya Telange
df544469c9
Apply prettier to css 2021-06-11 13:34:55 +05:30
Kian Kasad
87fbe01124
Add missing semicolons in CSS files (#408)
Many of the CSS files had no semicolon after the last rule in a block,
which is proper syntax, but it's annoying when adding more rules. Since
omitting the semicolons doesn't really have a benefit, I've decided to
add them.
2021-06-11 13:29:56 +05:30
Aditya Telange
e503367a1a
[BREAKING] Split-up css into sub-parts (#317)
* Move styles into 3 different locations
- core
- common
- hljs

* Load all stylesheets in proper order
2021-03-27 11:28:55 +05:30