mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-26 09:00:59 -04:00
add print scheme
This commit is contained in:
@@ -4,6 +4,7 @@ domain: "m7.rs"
|
||||
|
||||
dark_scheme: tokyo-city-terminal-dark
|
||||
light_scheme: tokyo-city-terminal-light
|
||||
printing_scheme: tomorrow # Must have #FFFFFF background
|
||||
|
||||
|
||||
plugins:
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
<link rel="stylesheet" href="https://colors.m7.rs/{{ site.light_scheme }}.css" />
|
||||
<link rel="stylesheet" href="https://colors.m7.rs/{{ site.dark_scheme }}.css" media="(prefers-color-scheme: dark)" />
|
||||
<link rel="stylesheet" href="https://colors.m7.rs/{{ site.printing_scheme }}.css" media="print" />
|
||||
|
||||
<link rel="stylesheet" id="theme-css" />
|
||||
<link rel="icon" href="data:,">
|
||||
|
||||
Reference in New Issue
Block a user