From f9fb0619fac01c21538f122d823dca2d2513913d Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Fri, 28 May 2021 21:14:50 +0100 Subject: [PATCH] Swap CSS over to use illuaminate's variables Closes #797 --- src/web/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/styles.css b/src/web/styles.css index 966453812..10c362d1d 100644 --- a/src/web/styles.css +++ b/src/web/styles.css @@ -10,12 +10,12 @@ table.pretty-table td, table.pretty-table th { } table.pretty-table th { - background-color: #f0f0f0; + background-color: var(--background-2); } pre.highlight.highlight-lua { position: relative; - background: #eee; + background: var(--background-2); padding: 2px; }