summaryrefslogtreecommitdiffstats
path: root/src/css/base.css
diff options
context:
space:
mode:
authorDan Allen <dan@opendevise.com>2018-02-09 18:22:00 -0700
committerDan Allen <dan@opendevise.com>2018-02-09 18:22:00 -0700
commit545531819b964f453df103cd9caf8a40ccb11359 (patch)
tree791d031892ab883b74d6ad97fad9be1117902813 /src/css/base.css
parent6695d4885003ff5e7518bb752135f1442f49fa5b (diff)
downloadalpine-antora-theme-545531819b964f453df103cd9caf8a40ccb11359.tar.bz2
alpine-antora-theme-545531819b964f453df103cd9caf8a40ccb11359.tar.xz
update header styles for Antora docs
- adjust weight of bold elements in base.css - set color for nested links in brand - add padding to separator - style menu list divider - size icon in navbar
Diffstat (limited to 'src/css/base.css')
-rw-r--r--src/css/base.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/css/base.css b/src/css/base.css
index 3cb8e38..51a3cbb 100644
--- a/src/css/base.css
+++ b/src/css/base.css
@@ -48,6 +48,13 @@ pre {
font-family: 'Roboto Mono', monospace;
}
+b,
+dt,
+strong,
+th {
+ font-weight: 500;
+}
+
::-webkit-scrollbar {
width: 0.3333rem;
height: 0.3333rem;