From 83d8d0b6a54b037417e16b836461ee01e04462d6 Mon Sep 17 00:00:00 2001 From: Jaskowicz1 Date: Thu, 30 Nov 2023 12:11:20 +0000 Subject: [PATCH] docs: fixed colour scheme after recent doxygen changes --- docpages/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docpages/style.css b/docpages/style.css index bfe586acd7..12dbc16792 100644 --- a/docpages/style.css +++ b/docpages/style.css @@ -57,9 +57,24 @@ table.doxtable td, table.doxtable th { dl.note { background-color: #fcfcc0; + border-left-color: #f1b602; color: #8d7400; } +dl.note dt { + color: #f1b602; +} + +dl.warning, dl.attention { + background: #2e1917; + border-left-color: #ad2617; + color: #f5b1aa; +} + +dl.warning dt, dl.attention dt { + color: #ad2617; +} + #nav-tree .arrow { opacity: 1 !important; font-size: 100%;