From 4260b31ec059ffa2207f8f2541af1c3996b00cf9 Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Sat, 9 Oct 2021 19:35:27 +0800 Subject: Update mdbook style and fix unreadable table head (#806) The styles are now pulled from upstream styles, some of the changes I submitted it back to upstream. Fix #796--- book/theme/css/general.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'book/theme/css/general.css') diff --git a/book/theme/css/general.css b/book/theme/css/general.css index ddc2387a..9b280d08 100644 --- a/book/theme/css/general.css +++ b/book/theme/css/general.css @@ -162,7 +162,6 @@ table thead td { table thead th { padding: .75rem; text-align: left; - color: var(--table-border-color); font-weight: 500; line-height: 1.5; width: auto; @@ -228,3 +227,7 @@ blockquote *:last-child { margin: 5px 0px; font-weight: bold; } + +.result-no-output { + font-style: italic; +} -- cgit v1.2.3-70-g09d2