summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/styles/epub3.scss17
1 files changed, 15 insertions, 2 deletions
diff --git a/data/styles/epub3.scss b/data/styles/epub3.scss
index 5accf05..22470c1 100644
--- a/data/styles/epub3.scss
+++ b/data/styles/epub3.scss
@@ -24,8 +24,21 @@ b.button {
white-space: nowrap;
}
-b.button .label {
- padding: 0 0.25em;
+b.button::before,
+b.button::after {
+ position: relative;
+ top: -1px;
+ font-weight: 400;
+}
+
+b.button::before {
+ content: "[";
+ padding: 0 3px 0 2px;
+}
+
+b.button::after {
+ content: "]";
+ padding: 0 2px 0 3px;
}
kbd {