use currentcolor
for lántas text
now possible with inline svg!!!
This commit is contained in:
parent
cf0624a983
commit
998271e342
3 changed files with 3 additions and 10 deletions
2
Makefile
2
Makefile
|
@ -73,7 +73,7 @@ define pandoc
|
||||||
@echo "[pandoc] $(subst $(TMPDIR)/,,$(subst $(BUILDDIR)/,,$@))"
|
@echo "[pandoc] $(subst $(TMPDIR)/,,$(subst $(BUILDDIR)/,,$@))"
|
||||||
mkdir -p $(dir $@)
|
mkdir -p $(dir $@)
|
||||||
mkdir -p $(basename $@)
|
mkdir -p $(basename $@)
|
||||||
LAANTAS_SCRIPT="$(LAANTAS_SCRIPT)" LANG_COLOR="#325" \
|
LAANTAS_SCRIPT="$(LAANTAS_SCRIPT)" LANG_COLOR="currentcolor" \
|
||||||
DIRNAME="$(basename $@)" \
|
DIRNAME="$(basename $@)" \
|
||||||
FILENAME="$@" \
|
FILENAME="$@" \
|
||||||
pandoc -s --toc --toc-depth=2 --template $(TEMPLATEDIR)/$(1) -o $@ $< \
|
pandoc -s --toc --toc-depth=2 --template $(TEMPLATEDIR)/$(1) -o $@ $< \
|
||||||
|
|
|
@ -4,13 +4,13 @@ packages:
|
||||||
source-repository-package
|
source-repository-package
|
||||||
type: git
|
type: git
|
||||||
location: https://git.rhiannon.website/rhi/lang.git
|
location: https://git.rhiannon.website/rhi/lang.git
|
||||||
tag: a7bbfd5035adf67e128e030e3ba47c6fb8ed3be5
|
tag: e8d46973fac634d8ee589697e19cf0cc2c39ce00
|
||||||
subdir: langfilter
|
subdir: langfilter
|
||||||
|
|
||||||
source-repository-package
|
source-repository-package
|
||||||
type: git
|
type: git
|
||||||
location: https://git.rhiannon.website/rhi/lang.git
|
location: https://git.rhiannon.website/rhi/lang.git
|
||||||
tag: a7bbfd5035adf67e128e030e3ba47c6fb8ed3be5
|
tag: e8d46973fac634d8ee589697e19cf0cc2c39ce00
|
||||||
subdir: laantas-script
|
subdir: laantas-script
|
||||||
|
|
||||||
source-repository-package
|
source-repository-package
|
||||||
|
|
|
@ -271,13 +271,6 @@ pre {
|
||||||
vertical-align: -40%;
|
vertical-align: -40%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
|
||||||
.scr {
|
|
||||||
padding: 2px;
|
|
||||||
background: var(--light);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.gloss-split, .gloss-gloss {
|
.gloss-split, .gloss-gloss {
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue