aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-02-28 22:01:31 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-02-28 22:01:31 -0500
commitd9f1e0ec4ebf0b09ad7c3cca9c945e420986315e (patch)
treed9698cf3ecd7b64da2ec00137c237f491baf3220 /docs
parent3f2943af2a60afca1235f6b41fde8ea8abf1ae72 (diff)
Avoid bold-face code in table headers
Diffstat (limited to 'docs')
-rw-r--r--docs/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/style.css b/docs/style.css
index a3e5a630..055f7805 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -78,6 +78,7 @@ pre, code, textarea, .primitives tr td:first-child {
}
pre, code, textarea, .kb {
font-family: BQN, monospace;
+ font-weight: normal;
font-size: 0.94em;
border: 1px solid #bdcac4;
letter-spacing: 0.2;