Skip to content

Commit

Permalink
💄 角色box草创 #121
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Aug 16, 2024
1 parent bb0227c commit 27e22ac
Show file tree
Hide file tree
Showing 5 changed files with 471 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/assets/index.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* @file assets/index.css
* @description 全局样式文件
* @since Beta v0.3.5
* @since Beta v0.5.3
*/

@import "fonts/index.css";
Expand Down Expand Up @@ -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 */
}
Expand Down
Loading

0 comments on commit 27e22ac

Please sign in to comment.