Activate Tokyo Night; colorize Tokyo Night light-mode headers (red/blue/green/yellow/purple/cyan)
This commit is contained in:
@@ -703,18 +703,18 @@ html.theme-dark {
|
||||
}
|
||||
|
||||
html.theme-light {
|
||||
--header-h2-bg: rgba(122, 162, 247, 0.18);
|
||||
--header-h2-border: rgba(122, 162, 247, 0.45);
|
||||
--header-h3-bg: rgba(160, 166, 194, 0.14);
|
||||
--header-h3-border: rgba(160, 166, 194, 0.38);
|
||||
--header-h4-bg: rgba(177, 92, 0, 0.14);
|
||||
--header-h4-border: rgba(177, 92, 0, 0.38);
|
||||
--header-h5-bg: rgba(152, 84, 241, 0.12);
|
||||
--header-h5-border: rgba(152, 84, 241, 0.35);
|
||||
--header-h6-bg: rgba(13, 185, 215, 0.12);
|
||||
--header-h6-border: rgba(13, 185, 215, 0.35);
|
||||
--header-h1-bg: rgba(245, 42, 101, 0.14);
|
||||
--header-h1-border: rgba(245, 42, 101, 0.40);
|
||||
--header-h2-bg: rgba(46, 125, 233, 0.18);
|
||||
--header-h2-border: rgba(46, 125, 233, 0.45);
|
||||
--header-h3-bg: rgba(88, 117, 57, 0.16);
|
||||
--header-h3-border: rgba(88, 117, 57, 0.42);
|
||||
--header-h4-bg: rgba(140, 108, 62, 0.16);
|
||||
--header-h4-border: rgba(140, 108, 62, 0.42);
|
||||
--header-h5-bg: rgba(152, 84, 241, 0.14);
|
||||
--header-h5-border: rgba(152, 84, 241, 0.38);
|
||||
--header-h6-bg: rgba(13, 185, 215, 0.16);
|
||||
--header-h6-border: rgba(13, 185, 215, 0.42);
|
||||
--header-h1-bg: rgba(245, 42, 101, 0.16);
|
||||
--header-h1-border: rgba(245, 42, 101, 0.42);
|
||||
}
|
||||
|
||||
#content h1 {
|
||||
|
||||
Reference in New Issue
Block a user