File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 10
10
11
11
--dark-color :#fefefe ;
12
12
--dark-background-color :#212121 ;
13
+ --dark-site-background-color :#323232 ;
13
14
--dark-highlight-code-background-color :#333 ;
14
15
--dark-link-color :#2997ff ;
15
16
--dark-visited-color :#aa6fdf ;
26
27
--link-color :var (--light-link-color );
27
28
--visited-color :var (--light-visited-color );
28
29
--example-brightness :var (--light-example-brightness );
29
- --example-bacground :var (--light-example-bacground );
30
+ --example-background :var (--light-example-background );
30
31
}
31
32
}
32
33
@media (prefers-color-scheme : dark ) {
38
39
--link-color :var (--dark-link-color );
39
40
--visited-color :var (--dark-visited-color );
40
41
--example-brightness :var (--dark-example-brightness );
41
- --example-bacground :var (--dark-example-bacground );
42
+ --example-background :var (--dark-example-background );
42
43
}
43
44
}
44
45
Original file line number Diff line number Diff line change 90
90
# Create print version of ledger manpage
91
91
pdfroff -man -dpaper=letter -P-pletter $src/doc/ledger.1 > ledger.1.pdf
92
92
# Patch web version of ledger manual to support dark mode
93
- sed -e 's@</style>@&\n<link rel="stylesheet" type="text/css" href="https://www.gnu.org/software/g nulib /manual.css"><link rel="stylesheet" type="text/css" href="/stylesheets/doc.css">@' ledger3.html -i
93
+ sed -e 's@</style>@&\n<link rel="stylesheet" type="text/css" href="https://www.gnu.org/software/gnulib /manual.css"><link rel="stylesheet" type="text/css" href="/stylesheets/doc.css">@' ledger3.html -i
94
94
'' ;
95
95
96
96
postInstall = ''
117
117
texi2pdf --batch ledger-mode.texi
118
118
makeinfo --force --html --no-split ledger-mode.texi
119
119
# Patch web version of ledger mode manual to support dark mode
120
- sed -e 's@</style>@&\n<link rel="stylesheet" type="text/css" href="https://www.gnu.org/software/g nulib /manual.css"><link rel="stylesheet" type="text/css" href="/stylesheets/doc.css">@' ledger-mode.html -i
120
+ sed -e 's@</style>@&\n<link rel="stylesheet" type="text/css" href="https://www.gnu.org/software/gnulib /manual.css"><link rel="stylesheet" type="text/css" href="/stylesheets/doc.css">@' ledger-mode.html -i
121
121
runHook postBuild
122
122
'' ;
123
123
You can’t perform that action at this time.
0 commit comments