Reorx
ef40815528
remove .telegram-channel
...
define in custom css
2022-06-01 00:59:31 +08:00
Reorx
80f443ec36
add mark and .telegram-channel style for home page entry
2022-06-01 00:51:18 +08:00
Reorx
f79aa51e05
optimize post cover image rendering
2022-05-31 00:25:27 +08:00
Reorx
edc5565447
allow cover img zoom
2022-05-05 01:50:01 +08:00
Reorx
6aea4be5fa
refactor post meta, use svg icons for identifier
2022-04-22 14:11:34 +08:00
Reorx
8c47961c41
enhance responsive style
2022-04-21 23:26:08 +08:00
Reorx
368da1791e
fix home page first-entry margins
2022-04-21 16:54:49 +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
280efabd02
tune link styles, add color to menu, content, footer links
2022-04-13 17:24:01 +08:00
Aditya Telange
7072a79f71
Refine `[draft]` tag display
2021-09-04 12:03:12 +05:30
Aditya Telange
2aad433ae5
Fix title(entry-header) line height in regular mode
...
fixes : #527
2021-09-02 20:41:54 +05:30
Ian Grünig
dcbe6277bb
Add width and height attributes to cover images ( #519 )
...
- Ensures that the browser can allocate the correct amount of space in the document while the image is loading.
- Reduces CLS #499
2021-08-22 11:45:28 +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