aboutsummaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2023-01-03 09:36:22 -0500
committerBill Traynor <wmat@riscv.org>2023-01-03 09:36:22 -0500
commitb3a7a71f41013846184688a668603c06371481cd (patch)
treeaf4c05a937ed10f88e4d53504845ce2671b103b4 /src/resources
parent5137b28074998212eca9ea8b222a24a916e4f06a (diff)
downloadriscv-isa-manual-b3a7a71f41013846184688a668603c06371481cd.zip
riscv-isa-manual-b3a7a71f41013846184688a668603c06371481cd.tar.gz
riscv-isa-manual-b3a7a71f41013846184688a668603c06371481cd.tar.bz2
Changed code block background color to white.
Changed code block background color to white. This matches the LaTeX spec.
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/themes/riscv-spec.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/themes/riscv-spec.yml b/src/resources/themes/riscv-spec.yml
index b83fc6f..01a06a4 100644
--- a/src/resources/themes/riscv-spec.yml
+++ b/src/resources/themes/riscv-spec.yml
@@ -185,7 +185,8 @@ code:
line_height: 1.15
# line_gap is an experimental property to control how a background color is applied to an inline block element
line_gap: 3.8
- background_color: f4f4fb
+ #background_color: f4f4fb
+ background_color: ffffff
border_color: cccccc
border_radius: $base_border_radius
border_width: 0.2