From 6a2ba22f7552ad7c3b1f98700982d2400dc0102d Mon Sep 17 00:00:00 2001 From: Dave Page Date: Fri, 5 Jul 2019 09:32:19 +0100 Subject: [PATCH] Fxi a couple of colors in the doc theme per Aditya. --- docs/en_US/theme/pgadmin4/static/style.css | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/en_US/theme/pgadmin4/static/style.css b/docs/en_US/theme/pgadmin4/static/style.css index 6451dabb7..873b60def 100755 --- a/docs/en_US/theme/pgadmin4/static/style.css +++ b/docs/en_US/theme/pgadmin4/static/style.css @@ -447,21 +447,21 @@ span.pre{ } a.internal span { - text-decoration: underline; - color: #e94b24; + text-decoration: none; + color: #295c85; } a.external { - text-decoration: underline; - color: #e94b24; + text-decoration: none; + color: #295c85; } a.reference:hover { - text-decoration: none; + text-decoration: underline; } a.internal span:hover { - text-decoration: none; + text-decoration: underline; } i, cite, em, var, address, dfn { @@ -524,3 +524,9 @@ ul.search li { padding: 5px 0px 5px 0px; background-image: none !important; } + +/* Notes */ + +div.topic { + background-color: #f3f5f9; +} \ No newline at end of file