Commit Graph

6 Commits

Author SHA1 Message Date
Aditya Telange 57a82e48c9 style(search.css): refine search results styling and hover effects 2026-04-26 17:15:12 +05:30
Aditya Telange a05b477340 Refactor CSS class names for consistency and clarity
- Update selectors from IDs to classes in header, search, and zmedia styles.
- Ensure consistent usage of class names across relevant files.
2026-04-11 14:31:33 +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 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