7 Commits

Author SHA1 Message Date
Daniil Krymov
8b550da897
Remove border around profile image 2022-02-19 20:49:21 +01:00
Daniil Krymov
024d36d642
Upgrade theme to latest version 2021-10-27 19:43:27 +02:00
Aditya Telange
d35056c664
Better way of centering profile mode 2021-06-11 18:34:18 +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
Daniil Krymov
e96846c820
Add border to avatar in Profile Mode 2021-04-13 20:10:23 +02:00
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