diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-21 23:26:18 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-21 23:26:18 +0300 |
commit | 3ed830d668d12c34bb84999177129efb3a672960 (patch) | |
tree | e3546dbf18e40376b1e3a728e563cd77684c2547 /assets/css/shell.css | |
parent | shell: output is optional (diff) | |
download | jekyll-theme-3ed830d668d12c34bb84999177129efb3a672960.tar.gz jekyll-theme-3ed830d668d12c34bb84999177129efb3a672960.zip |
shell: lighter command background
Diffstat (limited to 'assets/css/shell.css')
-rw-r--r-- | assets/css/shell.css | 2 |
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; } |