15 Commits

Author SHA1 Message Date
JohnathanLin
4e68850975 修改间距 2023-12-15 23:39:55 +08:00
JohnathanLin
46e05f0a2c 方正黑体大小太大了,换思源黑体 2023-12-15 22:47:08 +08:00
JohnathanLin
b6ee24fb65 字体改得和CSGO一致 2023-12-11 23:48:31 +08:00
JohnathanLin
4021954fc1 字体改为思源黑体 2023-10-22 19:47:48 +08:00
JohnathanLin
af9a7f7172 优化了圆角弧度,增加了藏书shortcodes 2023-05-02 19:55:11 +08:00
JohnathanLin
111261d496 修改页面样式 2023-02-23 23:52:08 +08:00
Aditya Telange
6ebeb20bdb
Remove share-buttons svg animation 2022-07-08 20:28:05 +05:30
Aditya Telange
0ed246d47d
Seperate scroll-bar customization into seperate stylesheet 2022-06-03 18:32:09 +05:30
Aditya Telange
a4b20f0f4d
Add license text for PaperMod in resources 2022-05-29 11:11:26 +05:30
Aditya Telange
0c71711332
Fix impact of 2b0a52a on horizontal blocks 2022-05-28 21:57:44 +05:30
Aditya Telange
2b0a52ab25
Fix scroll bar appearance in Safari
Ref: https://github.com/adityatelange/hugo-PaperMod/issues/654#issuecomment-1015819905

fixes: #654
2022-05-28 21:53:12 +05:30
Aditya Telange
7c930ee4ea
Converts colour values from rgba/hex to rgb (#560)
- Except for code-copy btn
- Emojis were affected by theme opacity values, fixes: #557
2021-09-20 21:08:44 +05:30
Aditya Telange
726894ba29
Fix extra padding in footer 70px -> 60px
- because of var(--gap) decrease
- calc 10px less for mobile padding (24px - 14px = 10px)
2021-06-11 17:58:36 +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