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)/,,$@))"
|
||||
mkdir -p $(dir $@)
|
||||
mkdir -p $(basename $@)
|
||||
LAANTAS_SCRIPT="$(LAANTAS_SCRIPT)" LANG_COLOR="#325" \
|
||||
LAANTAS_SCRIPT="$(LAANTAS_SCRIPT)" LANG_COLOR="currentcolor" \
|
||||
DIRNAME="$(basename $@)" \
|
||||
FILENAME="$@" \
|
||||
pandoc -s --toc --toc-depth=2 --template $(TEMPLATEDIR)/$(1) -o $@ $< \
|
||||
|
|
|
@ -4,13 +4,13 @@ packages:
|
|||
source-repository-package
|
||||
type: git
|
||||
location: https://git.rhiannon.website/rhi/lang.git
|
||||
tag: a7bbfd5035adf67e128e030e3ba47c6fb8ed3be5
|
||||
tag: e8d46973fac634d8ee589697e19cf0cc2c39ce00
|
||||
subdir: langfilter
|
||||
|
||||
source-repository-package
|
||||
type: git
|
||||
location: https://git.rhiannon.website/rhi/lang.git
|
||||
tag: a7bbfd5035adf67e128e030e3ba47c6fb8ed3be5
|
||||
tag: e8d46973fac634d8ee589697e19cf0cc2c39ce00
|
||||
subdir: laantas-script
|
||||
|
||||
source-repository-package
|
||||
|
|
|
@ -271,13 +271,6 @@ pre {
|
|||
vertical-align: -40%;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.scr {
|
||||
padding: 2px;
|
||||
background: var(--light);
|
||||
}
|
||||
}
|
||||
|
||||
.gloss-split, .gloss-gloss {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue