From 499c7174f282c018496956e198309a6089b33b06 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Sat, 20 Jul 2024 23:03:27 -0700 Subject: [PATCH] change colors for code blocks --- css/debian-theme.css | 4 +++- css/default-theme.css | 4 +++- css/discord-theme.css | 4 +++- css/halloween-theme.css | 4 +++- css/jse-theme.css | 4 +++- css/noctua-theme.css | 4 +++- css/pink-theme.css | 4 +++- css/purple-theme.css | 4 +++- css/retro-theme.css | 4 +++- css/steam-theme.css | 4 +++- css/tor-theme.css | 4 +++- css/trans-theme.css | 4 +++- css/ubuntu-theme.css | 4 +++- scss/_base.scss | 4 +++- 14 files changed, 42 insertions(+), 14 deletions(-) diff --git a/css/debian-theme.css b/css/debian-theme.css index a260eef..48dea9f 100644 --- a/css/debian-theme.css +++ b/css/debian-theme.css @@ -464,8 +464,10 @@ body { .wp-block-code, code, pre { - background-color: #343434; + color: #c5cae9 !important; + background-color: #141414; word-wrap: break-word; + padding: 3px; } #cancel-comment-reply-link:before, diff --git a/css/default-theme.css b/css/default-theme.css index d54f0a2..f3827cb 100644 --- a/css/default-theme.css +++ b/css/default-theme.css @@ -464,8 +464,10 @@ body { .wp-block-code, code, pre { - background-color: #343434; + color: #c5cae9 !important; + background-color: #141414; word-wrap: break-word; + padding: 3px; } #cancel-comment-reply-link:before, diff --git a/css/discord-theme.css b/css/discord-theme.css index f03a34e..133722b 100644 --- a/css/discord-theme.css +++ b/css/discord-theme.css @@ -464,8 +464,10 @@ body { .wp-block-code, code, pre { - background-color: #343434; + color: #c5cae9 !important; + background-color: #141414; word-wrap: break-word; + padding: 3px; } #cancel-comment-reply-link:before, diff --git a/css/halloween-theme.css b/css/halloween-theme.css index 7033459..c04f394 100644 --- a/css/halloween-theme.css +++ b/css/halloween-theme.css @@ -464,8 +464,10 @@ body { .wp-block-code, code, pre { - background-color: #343434; + color: #c5cae9 !important; + background-color: #141414; word-wrap: break-word; + padding: 3px; } #cancel-comment-reply-link:before, diff --git a/css/jse-theme.css b/css/jse-theme.css index 1951899..1c63fe1 100644 --- a/css/jse-theme.css +++ b/css/jse-theme.css @@ -464,8 +464,10 @@ body { .wp-block-code, code, pre { - background-color: #343434; + color: #c5cae9 !important; + background-color: #141414; word-wrap: break-word; + padding: 3px; } #cancel-comment-reply-link:before, diff --git a/css/noctua-theme.css b/css/noctua-theme.css index 8208898..5c1a872 100644 --- a/css/noctua-theme.css +++ b/css/noctua-theme.css @@ -464,8 +464,10 @@ body { .wp-block-code, code, pre { - background-color: #343434; + color: #c5cae9 !important; + background-color: #141414; word-wrap: break-word; + padding: 3px; } #cancel-comment-reply-link:before, diff --git a/css/pink-theme.css b/css/pink-theme.css index 6744dde..a0c07dd 100644 --- a/css/pink-theme.css +++ b/css/pink-theme.css @@ -464,8 +464,10 @@ body { .wp-block-code, code, pre { - background-color: #343434; + color: #c5cae9 !important; + background-color: #141414; word-wrap: break-word; + padding: 3px; } #cancel-comment-reply-link:before, diff --git a/css/purple-theme.css b/css/purple-theme.css index 3ee7881..a9d32b4 100644 --- a/css/purple-theme.css +++ b/css/purple-theme.css @@ -464,8 +464,10 @@ body { .wp-block-code, code, pre { - background-color: #343434; + color: #c5cae9 !important; + background-color: #141414; word-wrap: break-word; + padding: 3px; } #cancel-comment-reply-link:before, diff --git a/css/retro-theme.css b/css/retro-theme.css index b18b2ca..53cd1cf 100644 --- a/css/retro-theme.css +++ b/css/retro-theme.css @@ -464,8 +464,10 @@ body { .wp-block-code, code, pre { - background-color: #343434; + color: #c5cae9 !important; + background-color: #141414; word-wrap: break-word; + padding: 3px; } #cancel-comment-reply-link:before, diff --git a/css/steam-theme.css b/css/steam-theme.css index 4b1f39a..4200d2e 100644 --- a/css/steam-theme.css +++ b/css/steam-theme.css @@ -464,8 +464,10 @@ body { .wp-block-code, code, pre { - background-color: #343434; + color: #c5cae9 !important; + background-color: #141414; word-wrap: break-word; + padding: 3px; } #cancel-comment-reply-link:before, diff --git a/css/tor-theme.css b/css/tor-theme.css index c3fa2a2..0255b8d 100644 --- a/css/tor-theme.css +++ b/css/tor-theme.css @@ -464,8 +464,10 @@ body { .wp-block-code, code, pre { - background-color: #343434; + color: #c5cae9 !important; + background-color: #141414; word-wrap: break-word; + padding: 3px; } #cancel-comment-reply-link:before, diff --git a/css/trans-theme.css b/css/trans-theme.css index 2f071ca..a4c180b 100644 --- a/css/trans-theme.css +++ b/css/trans-theme.css @@ -464,8 +464,10 @@ body { .wp-block-code, code, pre { - background-color: #343434; + color: #c5cae9 !important; + background-color: #141414; word-wrap: break-word; + padding: 3px; } #cancel-comment-reply-link:before, diff --git a/css/ubuntu-theme.css b/css/ubuntu-theme.css index d995ee3..04efa57 100644 --- a/css/ubuntu-theme.css +++ b/css/ubuntu-theme.css @@ -464,8 +464,10 @@ body { .wp-block-code, code, pre { - background-color: #343434; + color: #c5cae9 !important; + background-color: #141414; word-wrap: break-word; + padding: 3px; } #cancel-comment-reply-link:before, diff --git a/scss/_base.scss b/scss/_base.scss index 210b47d..18eea67 100644 --- a/scss/_base.scss +++ b/scss/_base.scss @@ -314,8 +314,10 @@ body { .wp-block-code, code, pre { - background-color: #343434; + color: #c5cae9!important; + background-color: #141414; word-wrap: break-word; + padding: 3px; } #cancel-comment-reply-link:before,