Fix theming and fix theme switcher bug (#14)

* Fix theming and fix theme switcher bug

* Fix css comment and remove old js
This commit is contained in:
Avijit Gupta
2021-06-06 19:11:30 +02:00
committed by GitHub
parent 35a0b3069b
commit 68cfb32049
6 changed files with 36 additions and 11 deletions

View File

@@ -15,10 +15,15 @@ Yo yo yo
- a
- list
1. This
2. is
3. a
4. numbered
5. list
```py
Codeblocks look like this
def print():
print('Hello world!')
```