From 3ed830d668d12c34bb84999177129efb3a672960 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 21 Mar 2022 23:26:18 +0300 Subject: shell: lighter command background --- assets/css/shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets') 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; } -- cgit v1.2.3