From a95920db70a6afa914384bf8af87b9cdfee36e0d Mon Sep 17 00:00:00 2001 From: grassblock Date: Sun, 18 May 2025 19:43:14 +0800 Subject: [PATCH] feat: cooler path display style --- src/styles/global.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/global.css b/src/styles/global.css index b20c67a..3b38fae 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -80,11 +80,11 @@ main { } .terminal-path { - color: var(--terminal-green); - padding: 1rem; - font-size: 1.2rem; + background-color: var(--accent-color); + color: var(--bg-color); + padding: 5px 10px; + font-size: 1rem; font-weight: 500; - border-radius: 4px; margin-bottom: 1rem; display: inline-block; }