mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-15 07:34:42 -04:00
Move docs into subdirectory to make mkdocs work in a subdirectory
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
(cherry picked from commit eaeb88401d
)
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
1c6da01fa7
commit
b386737d08
97 changed files with 1485 additions and 524 deletions
14
docs/content/theme/styles/hedgedoc-color.css
Normal file
14
docs/content/theme/styles/hedgedoc-color.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
[data-md-color-primary=hedgedoc] {
|
||||
--md-primary-fg-color: #b51f08;
|
||||
--md-primary-fg-color--light: #b51f08;
|
||||
--md-primary-fg-color--dark: #b51f08;
|
||||
--md-primary-bg-color: hsla(0, 0%, 100%, 1);
|
||||
--md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7);
|
||||
}
|
||||
|
||||
[data-md-color-accent=hedgedoc] {
|
||||
--md-accent-fg-color: #b51f08;
|
||||
--md-accent-fg-color--transparent: hsla(348, 100%, 55%, 0.1);
|
||||
--md-accent-bg-color: hsla(0, 0%, 100%, 1);
|
||||
--md-accent-bg-color--light: hsla(0, 0%, 100%, 0.7);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue