Skip to content

Commit 6438d32

Browse files
committed
Added color stylesheet for mkdocs
1 parent e929a68 commit 6438d32

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/stylesheets/extra.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
}

mkdocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ site_url: http://utPLSQL.org/
66
site_name: utPLSQL-framework
77
site_description: utPLSQL Ultimate Testing Framework for Oracle PL/SQL & SQL
88
copyright: Copyright © 2016 - 2022 utPLSQL Team
9-
repo_url: https://github.com/utPLSQL/utPLSQL
9+
extra_css:
10+
- stylesheets/extra.css
1011
theme:
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
6569
use_directory_urls: false

0 commit comments

Comments
 (0)