File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1+ [data-md-color-scheme = "default" ] {
2+ --md-primary-fg-color : # 2f8bff ;
3+ --md-accent-fg-color : # 1f5db0 ;
4+ --md-accent-fg-color--transparent : # 1f5db0 ;
5+ }
6+
7+ [data-md-color-scheme = "slate" ] {
8+ --md-hue : 200 ;
9+ --md-primary-fg-color : # 2f8bff ;
10+ --md-accent-fg-color : # 1f5db0 ;
11+ --md-accent-fg-color--transparent : # 1f5db0 ;
12+ }
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ site_url: http://utPLSQL.org/
66site_name : utPLSQL-framework
77site_description : utPLSQL Ultimate Testing Framework for Oracle PL/SQL & SQL
88copyright : Copyright © 2016 - 2022 utPLSQL Team
9- repo_url : https://github.com/utPLSQL/utPLSQL
9+ extra_css :
10+ - stylesheets/extra.css
1011theme :
1112 name : material
1213 palette :
@@ -60,6 +61,9 @@ markdown_extensions:
6061 - pymdownx.inlinehilite
6162 - pymdownx.snippets
6263 - pymdownx.superfences
64+ - pymdownx.caret
65+ - pymdownx.mark
66+ - pymdownx.tilde
6367 - toc :
6468 permalink : true
6569use_directory_urls : false
You can’t perform that action at this time.
0 commit comments