From f94e1555ba1a4885b1d18162fdd63f11f54ee58d Mon Sep 17 00:00:00 2001 From: F Date: Sat, 28 Nov 2020 08:23:04 +0000 Subject: [PATCH] pre styles --- css/feels-night.css | 2 +- css/feels.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/feels-night.css b/css/feels-night.css index eae80217..ce2f0187 100644 --- a/css/feels-night.css +++ b/css/feels-night.css @@ -759,7 +759,7 @@ pre { overflow: auto; font-size: 85%; line-height: 1.45; - background-color: #f6f8fa; + background-color: rgba(255, 255, 255, 0.38); border-radius: 6px; font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace; white-space: break-spaces; } diff --git a/css/feels.css b/css/feels.css index a6553db5..6334eb76 100644 --- a/css/feels.css +++ b/css/feels.css @@ -759,7 +759,7 @@ pre { overflow: auto; font-size: 85%; line-height: 1.45; - background-color: #f6f8fa; + background-color: rgba(0, 0, 0, 0.12); border-radius: 6px; font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace; white-space: break-spaces; }