diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 00:01:29 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 00:01:29 +0300 |
commit | f72fe1f68a8a471c93b5d96ca02515d00a2ec111 (patch) | |
tree | d67794eede5287ccfe65f8008ee15ca9bef8ccfa /assets/css | |
parent | refactor shell.css a bit (diff) | |
download | jekyll-theme-f72fe1f68a8a471c93b5d96ca02515d00a2ec111.tar.gz jekyll-theme-f72fe1f68a8a471c93b5d96ca02515d00a2ec111.zip |
shell: border on the outer div
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/shell.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/assets/css/shell.css b/assets/css/shell.css index d1cc217..6e8ddce 100644 --- a/assets/css/shell.css +++ b/assets/css/shell.css @@ -29,11 +29,14 @@ } /* Styling, yo. */ -.shell-mark, .shell-cmd { +.shell > div { + /* Color the border in the color of grass. */ + border: medium solid #008567; border-width: 0 0 medium 0; +} +.shell-mark, .shell-cmd { + border: none; background-color: #f0f0f0; - /* Color the border in the color of grass. */ - border-color: #008567; } .shell-mark { font-weight: bold; |