aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-21 23:26:18 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-21 23:26:18 +0300
commit3ed830d668d12c34bb84999177129efb3a672960 (patch)
treee3546dbf18e40376b1e3a728e563cd77684c2547 /assets
parentshell: output is optional (diff)
downloadjekyll-theme-3ed830d668d12c34bb84999177129efb3a672960.tar.gz
jekyll-theme-3ed830d668d12c34bb84999177129efb3a672960.zip
shell: lighter command background
Diffstat (limited to 'assets')
-rw-r--r--assets/css/shell.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/shell.css b/assets/css/shell.css
index 9ddcf67..b9c8b97 100644
--- a/assets/css/shell.css
+++ b/assets/css/shell.css
@@ -23,7 +23,7 @@
/* Styling, yo. */
.shell-cmd, .shell-mark {
border-width: 0 0 medium 0;
- background-color: #ececec;
+ background-color: #f0f0f0;
/* Color the border in the color of grass. */
border-color: #008567;
}