Commit Graph

16 Commits

Author SHA1 Message Date
Aditya Telange 4a3e050bc3 style(post-entry): add border-radius to entry link for consistency 2026-04-26 17:15:11 +05:30
Aditya Telange b6a1156b8b style(footer, md-content, post-entry): increase text-underline-offset for links 2026-04-11 22:22:53 +05:30
Aditya Telange 4ecb141461 style(entry-cover): enhance layout with border-radius and gap 2026-04-11 21:12:52 +05:30
Aditya Telange 5688e87f66 style(footer, md-content, post-entry, post-single): update link styles for better visibility 2026-04-11 21:06:05 +05:30
Aditya Telange adc2d0af81 Fix social icon padding in main and post-entry styles 2026-04-11 13:38:14 +05:30
Aditya Telange dd36eab662 Update home_info layout to use md-content class for entry content; adjust styles for improved consistency 2026-04-11 00:38:35 +05:30
Aditya Telange 6585da7746 Update font size for h2 in first-entry header 2026-04-11 00:03:24 +05:30
Aditya Telange 0abc19221a fix(entry-cover): remove color property for link to enhance visibility 2025-09-28 00:45:50 +05:30
Aditya Telange 72615b6d49 Feat/improve cover image gen (#1628)
* Refactor cover.html

* Refactor 2

* Refactor 3

* Refactor 4

* Refactor 5

* add comments and refactor more

* Refactor cover.html to use <figcaption> for image captions

* Add comments and manage whitespace

* Remove pointer-event prevention from entry-cover image
2025-03-08 23:30:00 +05:30
Aditya Telange 60984fd136 Add icon for 'draft' posts
https://fonts.google.com/icons?selected=Material%20Symbols%20Outlined%3Aedit_note%3AFILL%400%3Bwght%40400%3BGRAD%400%3Bopsz%4048

LICENSE: https://developers.google.com/fonts/faq#can_i_use_any_font_in_a_commercial_product
2023-12-16 14:06:46 +05:30
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