Ransher Singh
603f3249ea
fix for dark mode active menu link issue
2024-03-03 22:46:53 -05:00
Reorx
6f9714cf2b
enhance blockquote and monospace font
2022-09-30 00:19:08 +08:00
Reorx
a461f6d44f
add essays section layout
2022-09-09 11:30:49 +08:00
Reorx
3f294daccf
lower nav height in mobile
2022-09-08 21:50:49 +08:00
Reorx
b816797316
rename .list to .list-page
2022-09-07 21:47:14 +08:00
Reorx
a316c983a6
enhance footnotes and sup style
...
- smaller footnotes in a colored box
- highlight anchor of both footnote links and sups
- sups are surrounded with brackets, imitate wikipedia
2022-09-06 00:32:41 +08:00
Reorx
80f443ec36
add mark and .telegram-channel style for home page entry
2022-06-01 00:51:18 +08:00
Reorx
e1216a8d00
adjust post width to the same as main width; post content font size 16px
2022-05-05 17:30:12 +08:00
Reorx
140f7c9492
refine toc link active color
2022-05-05 17:17:06 +08:00
Reorx
4d93247e53
change post nav and footer style
2022-04-22 01:13:25 +08:00
Reorx
9377da773c
enhance post typography
2022-04-21 17:32:20 +08:00
Reorx
5b8b8241f3
add link hover style to social icons
2022-04-21 14:56:33 +08:00
Reorx
a10cac8183
use hover underline style instead of transform for home page links
2022-04-21 14:46:25 +08:00
Reorx
33c1ba12e2
use hugo's builtin Chroma for code highlight
2022-04-15 00:55:41 +08:00
Reorx
dbbf9f81a1
fix homeInfoParams style, add docs to menu
2022-04-14 15:19:21 +08:00
Reorx
280efabd02
tune link styles, add color to menu, content, footer links
2022-04-13 17:24:01 +08:00
Reorx
8c5d10925e
allow customize post page width
2022-04-09 23:31:15 +08:00
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