From 112924b835a0c6e2342bc054cf77abe954a8f9f7 Mon Sep 17 00:00:00 2001 From: Bohung Date: Thu, 4 Nov 2021 15:30:22 +0800 Subject: [PATCH] Updated. --- assets/stylesheets/template/layout/content.scss | 1 - assets/stylesheets/template/template.scss | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index 666b18a..d856e30 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -36,7 +36,6 @@ color: #fff; border-bottom: 1px solid #b4b4b4; span{ - background-color: #222; padding: 10px 15px; clear: both; display: table; diff --git a/assets/stylesheets/template/template.scss b/assets/stylesheets/template/template.scss index c1c37ea..efce250 100644 --- a/assets/stylesheets/template/template.scss +++ b/assets/stylesheets/template/template.scss @@ -19,6 +19,9 @@ // Widget @import "widget/*"; +ul.tab_nav li, ul.nav-tabs li{ + color: #333333; +} .black-screen{ position: fixed; width: 100%;