Commit Graph

15 Commits

Author SHA1 Message Date
Wonderfall b27c6b9ef0
Merge branch 'adityatelange:master' into master 2022-08-22 14:14:38 +02:00
Wonderfall 2989681d12 change progressBar color 2022-07-29 02:30:27 +02:00
Wonderfall 13876beb0a add progressbar 2022-07-29 00:07:11 +02:00
Wonderfall dfe6ecc550 few CSS tweaks 2022-07-28 02:44:46 +02:00
Wonderfall 01fb4fad08 show pointer for menu 2022-07-25 19:09:26 +02:00
Wonderfall 705ff19890 add close button for menu 2022-07-25 17:49:52 +02:00
Wonderfall 41f827f1d5 refine menu css 2022-07-25 06:32:59 +02:00
Wonderfall b33b96873f adjust menu css 2022-07-25 06:17:33 +02:00
Wonderfall 6c8e3ef699 fix menu 2022-07-25 06:10:26 +02:00
Wonderfall 723ac4f5c6 add responsive menu 2022-07-25 06:08:07 +02:00
Aniket Teredesai 77ffb308c3
Allow adding SVG in place of logo image (#976)
Usage =>
Params.label.iconSVG: "<your SVG as a string>"
2022-07-23 09:45:32 +05:30
Aditya Telange 5f280c5df2
Simplify theme-toggle svg height 2022-07-08 20:27:40 +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