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
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
31185b01d5
Refactor top-link visibility and positioning in footer
...
- Update CSS for top-link to use rem units
- Modify HTML to include 'hidden' class for initial state
- Adjust JavaScript to toggle visibility using class
2026-04-11 19:19:49 +05:30
Aditya Telange
c17406565e
Update footer styles for improved scroll-to-top button
...
- Adjust top-link padding and transition effects
- Replace SVG icon with a more detailed chevron design
2026-04-11 14:10:28 +05:30
Aditya Telange
730ab0de35
Remove focus outline 0 from footer and search styles
2026-04-11 13:02:59 +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
20b91ad2aa
Use less space in footer for 'Powered by' strings;
...
Don't break the 'Powered by' string in between
2021-05-01 11:32:11 +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