Skip to content

Commit 2ffc82d

Browse files
committed
cover page color
1 parent 3e7b8f0 commit 2ffc82d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ Blockquotes `>` can now look even fancier:
4545
> [!EXAMPLE]
4646
> `> [!EXAMPLE]`
4747
48+
> [!DANGER|style:flat]
49+
> `> [!DANGER]`
50+
4851
### Creating Tabs
4952
Tabs inside tabs are not supported.
5053

_coverpage.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,4 @@
1515
[GitHub](https://github.com/arendst/Tasmota)
1616

1717

18-
<!-- background image -->
19-
20-
![](_media/bg.jpg)
2118

_media/theme-custom.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
--mono-shade4 : hsl(var(--mono-hue), var(--mono-saturation), 10%);
55
--base-line-height : 1.5;
66
--content-max-width : 70em;
7-
7+
--cover-background-blend-mode : multiply ;
8+
--cover-background-color : var(--base-background-color);
9+
--cover-background-mask-color : #1fa3ec;
10+
--cover-background-mask-opacity : 0.8;
11+
--cover-blockquote-color : #1fa3ec;
812
--table-cell-padding : 0.4em 0.75em;
913
--table-head-background : var(--mono-shade4);
1014
--table-row-even-background : var(--mono-shade2);

0 commit comments

Comments
 (0)