mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-05-18 04:56:47 +08:00
💄 角色box草创 #121
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* @file assets/index.css
|
||||
* @description 全局样式文件
|
||||
* @since Beta v0.3.5
|
||||
* @since Beta v0.5.3
|
||||
*/
|
||||
|
||||
@import "fonts/index.css";
|
||||
@@ -37,6 +37,14 @@
|
||||
--tgc-yellow-2: #f4d8a8; /* Genshin confirm text */
|
||||
--tgc-yellow-3: #e0c06b; /* Genshin btn border */
|
||||
|
||||
/* color one-dark */
|
||||
--tgc-od-blue: #61afef; /* one-dark blue */
|
||||
--tgc-od-green: #98c379; /* one-dark green */
|
||||
--tgc-od-orange: #d19a66; /* one-dark orange */
|
||||
--tgc-od-white: #abb2bf; /* one-dark white */
|
||||
--tgc-od-red: #e06c75; /* one-dark red */
|
||||
--tgc-od-purple: #c678dd; /* one-dark purple */
|
||||
|
||||
/* some css same in dark and default theme */
|
||||
--tgc-btn-1: var(--tgc-dark-7); /* button bg */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user