From b3b4febfc5d960d43ffd60776a209cd92dcdcfbe Mon Sep 17 00:00:00 2001 From: Hanwen Guo Date: Mon, 6 Feb 2023 13:49:48 +0800 Subject: [PATCH] revert some of the changes to the color of done by DrupalDoesNotExists --- assets/css/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/main.scss b/assets/css/main.scss index d9aa58e..47502b9 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -75,7 +75,7 @@ table, th, td { code { color: white; -/*background: black; <-- Remove awful black background for code text*/ + background: black; font-size: 80%; padding: 0.1em 0.2em; font-size: 90%;