CSS: Adjust <code> background transparency.

This commit is contained in:
tastytea 2021-07-27 12:39:59 +02:00
parent 1d8462a191
commit 9b5e7bc70b
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
{ {
--bg: #1d1f21; --bg: #1d1f21;
--bg-code: #101; --bg-code: #101;
--bg-code-trans: #101a; --bg-code-trans: #1018;
--bg-hover: #282a2e; --bg-hover: #282a2e;
--bg-dark: #1b1b1b; --bg-dark: #1b1b1b;
--fg: LightGray; --fg: LightGray;
@ -31,7 +31,7 @@
{ {
--bg: #eee; --bg: #eee;
--bg-code: #fff; /* From pastie.css */ --bg-code: #fff; /* From pastie.css */
--bg-code-trans: #fff; --bg-code-trans: #fff8;
--bg-hover: #f8f8f8; --bg-hover: #f8f8f8;
--bg-dark: #ddd; --bg-dark: #ddd;
--fg: #1d1f21; --fg: #1d1f21;