Update README.md

This commit is contained in:
Andros Fenollosa 2024-01-16 11:21:17 +01:00 committed by GitHub
parent 1869d5fa78
commit 4dba47d4f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,8 +53,7 @@ If you want it to look really nice, include the following lines at the beginning
#+html_head: <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lora:wght@500&display=swap">
#+html_head: <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inconsolata&display=swap">
#+html_head: <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tanrax/org-share-to-web.el@main/themes/light.css">
#+OPTIONS: toc:nil num:nil
#+OPTIONS: html-postamble:nil
#+OPTIONS: toc:nil num:nil html-postamble:nil
```
### Dark
@ -63,6 +62,5 @@ If you want it to look really nice, include the following lines at the beginning
#+html_head: <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lora:wght@500&display=swap">
#+html_head: <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inconsolata&display=swap">
#+html_head: <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tanrax/org-share-to-web.el@main/themes/dark.css">
#+OPTIONS: toc:nil num:nil
#+OPTIONS: html-postamble:nil
#+OPTIONS: toc:nil num:nil html-postamble:nil
```