From 040fed78540e9fae9f91b67ee70b95701f77940c Mon Sep 17 00:00:00 2001 From: CaptainFalcon92 Date: Fri, 23 Oct 2020 23:46:44 +0200 Subject: [PATCH] Fixed tabs borders colors --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index e69072e..ed5cbe5 100644 --- a/style.css +++ b/style.css @@ -69,10 +69,11 @@ inset 1px 1px var(--button-shadow), inset -2px -2px var(--button-face), inset 2px 2px var(--window-frame); + /* Tabs */ --border-tab: inset -1px 0 var(--window-frame), - inset 1px 1px var(--button-highlight), + inset 1px 1px var(--button-face), inset -2px 0 var(--button-shadow), - inset 2px 2px var(--button-face) + inset 2px 2px var(--button-highlight) } @font-face {