mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 19:45:25 +03:00
15 lines
No EOL
396 B
Text
15 lines
No EOL
396 B
Text
# -*- mode: snippet -*-
|
|
# name: org-html-css
|
|
# key: org-html-css
|
|
# --
|
|
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://gongzhitaao.org/orgcss/org.css"/>
|
|
|
|
#+begin_export html
|
|
<style type="text/css">
|
|
.org-rainbow-delimiters-depth-1, .org-rainbow-delimiters-depth-2, .org-rainbow-delimiters-depth-3, .org-rainbow-delimiters-depth-4 {
|
|
color: black
|
|
}
|
|
</style>
|
|
#+end_export
|
|
|
|
$0 |