From 4624ee0795b9ca06c77e597cae810f2f50b8227d Mon Sep 17 00:00:00 2001 From: ken Date: Thu, 19 Mar 2026 11:49:35 +0800 Subject: [PATCH] 'css' --- assets/stylesheets/template/base/_global.scss | 3 +++ assets/stylesheets/template/modules/announcement.scss | 3 +++ assets/stylesheets/template/modules/member.scss | 5 +++-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/template/base/_global.scss b/assets/stylesheets/template/base/_global.scss index 8761851..bc7082a 100644 --- a/assets/stylesheets/template/base/_global.scss +++ b/assets/stylesheets/template/base/_global.scss @@ -2,6 +2,9 @@ @import "../initial"; @import "variables"; +input{ + color: #333; +} #orbit-bar .orbit-bar-title a{ color: #333!important; } diff --git a/assets/stylesheets/template/modules/announcement.scss b/assets/stylesheets/template/modules/announcement.scss index fcdc5ac..bafb3f8 100644 --- a/assets/stylesheets/template/modules/announcement.scss +++ b/assets/stylesheets/template/modules/announcement.scss @@ -8,6 +8,9 @@ // Announcement widget // ## Gerneral styles for widgets +.status-top{ + display: none!important; +} .VivaTimeline{ z-index: 1; position: relative; diff --git a/assets/stylesheets/template/modules/member.scss b/assets/stylesheets/template/modules/member.scss index 9e99ad6..fd20bc1 100644 --- a/assets/stylesheets/template/modules/member.scss +++ b/assets/stylesheets/template/modules/member.scss @@ -15,10 +15,11 @@ // .i-member-profile-data-wrap a { // color:#13678a; // } + .member-data-value-name{ color: #002333; - font-size: 1.1em; - font-weight: 600; + // font-size: 1.1em; + // font-weight: 600; } .i-member-profile-item{ a{