From ae6dae3d3bb295859a318e45d32d9456ea3c92d2 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 23 Mar 2022 10:17:59 +0300 Subject: shell: refactor CSS a bit --- assets/css/jekyll-theme/shell.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'assets') diff --git a/assets/css/jekyll-theme/shell.css b/assets/css/jekyll-theme/shell.css index 7494508..215d610 100644 --- a/assets/css/jekyll-theme/shell.css +++ b/assets/css/jekyll-theme/shell.css @@ -31,8 +31,7 @@ /* Styling, yo. */ .shell > div { /* Color the border in the color of grass. */ - border: medium solid #008567; - border-width: 0 0 medium 0; + border-bottom: medium solid #008567; } .shell-mark, .shell-cmd { border: none; -- cgit v1.2.3