Skip to content

Commit 894b7f7

Browse files
ThierryOCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ccc626d commit 894b7f7

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

content/tutorials/git_rewrite_history/_extensions/inbo/flandersqmd/filters/translations.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ function levelcss (entity)
138138
css = css .. ' --flandersqmd-sidebar-tussen-colour: var(--inbo-fushia);\n'
139139
css = css .. ' --quarto-hl-fu-color: var(--inbo-black);\n'
140140
css = css .. ' --r-link-color: var(--inbo-blue);\n'
141-
css = css .. ' --r-link-color-hover: var(----inbo-lightblue);\n'
141+
css = css .. ' --r-link-color-hover: var(--inbo-lightblue);\n'
142142
css = css .. ' --r-main-color: var(--inbo-black);\n'
143143
else
144144
css = css .. ' --flanders-canary-yellow: #FFED00;\n'

content/tutorials/git_rewrite_history/_extensions/inbo/flandersqmd/slides.scss

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,62 +7,62 @@ $font-family-monospace: inconsolata, SFMono-Regular, Menlo, Monaco, Consolas, Li
77

88
@font-face {
99
font-family: flanders_art_sanslight;
10-
src: url("../../../../../FlandersArtSans-Light.ttf") format("truetype");
10+
src: url("fonts/FlandersArtSans-Light.ttf") format("truetype");
1111
font-weight: normal;
1212
font-style: normal;
1313
}
1414
@font-face {
1515
font-family: flanders_art_sansmedium;
16-
src: url("../../../../../FlandersArtSans-Medium.ttf") format("truetype");
16+
src: url("fonts/FlandersArtSans-Medium.ttf") format("truetype");
1717
font-weight: normal;
1818
font-style: normal;
1919
}
2020
@font-face {
2121
font-family: flanders_art_sansregular;
22-
src: url("../../../../../FlandersArtSans-Regular.ttf") format("truetype");
22+
src: url("fonts/FlandersArtSans-Regular.ttf") format("truetype");
2323
font-weight: normal;
2424
font-style: normal;
2525
}
2626
@font-face {
2727
font-family: flanders_art_sansbold;
28-
src: url("../../../../../FlandersArtSans-Bold.ttf") format("truetype");
28+
src: url("fonts/FlandersArtSans-Bold.ttf") format("truetype");
2929
font-weight: normal;
3030
font-style: normal;
3131
}
3232
@font-face {
3333
font-family: flanders_art_sans;
34-
src: url("../../../../../FlandersArtSans-Light.ttf") format("truetype");
34+
src: url("fonts/FlandersArtSans-Light.ttf") format("truetype");
3535
font-weight: 300;
3636
font-style: normal;
3737
}
3838
@font-face {
3939
font-family: flanders_art_sans;
40-
src: url("../../../../../FlandersArtSans-Medium.ttf") format("truetype");
40+
src: url("fonts/FlandersArtSans-Medium.ttf") format("truetype");
4141
font-weight: 400;
4242
font-style: normal;
4343
}
4444
@font-face {
4545
font-family: flanders_art_sans;
46-
src: url("../../../../../FlandersArtSans-Regular.ttf") format("truetype");
46+
src: url("fonts/FlandersArtSans-Regular.ttf") format("truetype");
4747
font-weight: 500;
4848
font-style: normal;
4949
}
5050
@font-face {
5151
font-family: flanders_art_sans;
52-
src: url("../../../../../FlandersArtSans-Bold.ttf") format("truetype");
52+
src: url("fonts/FlandersArtSans-Bold.ttf") format("truetype");
5353
font-weight: 700;
5454
font-style: normal;
5555
}
5656

5757
@font-face {
5858
font-family: inconsolata;
59-
src: url("../../../../../Inconsolata-Light.ttf") format("truetype");
59+
src: url("fonts/Inconsolata-Light.ttf") format("truetype");
6060
font-weight: 300;
6161
font-style: normal;
6262
}
6363
@font-face {
6464
font-family: inconsolata;
65-
src: url("../../../../../Inconsolata-Medium.ttf") format("truetype");
65+
src: url("fonts/Inconsolata-Medium.ttf") format("truetype");
6666
font-weight: 400;
6767
font-style: normal;
6868
}

0 commit comments

Comments
 (0)