mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-13 18:53:00 +08:00
Add/fix colors
also fix tailwind
This commit is contained in:
parent
d9d7bff8f3
commit
5605163607
@ -1,3 +1,7 @@
|
|||||||
|
@tailwind base;
|
||||||
|
@tailwind components;
|
||||||
|
@tailwind utilities;
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Poppins';
|
font-family: 'Poppins';
|
||||||
src: url('/data/assets/Poppins-Regular.ttf')
|
src: url('/data/assets/Poppins-Regular.ttf')
|
||||||
@ -15,6 +19,21 @@ html {
|
|||||||
--legendary-color: #926d45;
|
--legendary-color: #926d45;
|
||||||
--epic-color: #7b5c90;
|
--epic-color: #7b5c90;
|
||||||
|
|
||||||
|
// pq = Primary Quest
|
||||||
|
--pq-bg: #333d49;
|
||||||
|
--pq-text: #d3bc8e;
|
||||||
|
--pq-text2: #8c836f;
|
||||||
|
|
||||||
|
--quest-unselected: #4e5765;
|
||||||
|
--quest-selected: #ede5da;
|
||||||
|
--quest-accent: #9b927d;
|
||||||
|
|
||||||
|
// qt = Quest Text
|
||||||
|
--qt-unselected: #ede5da;
|
||||||
|
--qt2-unselected: #8e9295;
|
||||||
|
--qt-selected: #4d5568;
|
||||||
|
--qt2-selected: #a6a5a7;
|
||||||
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
background-color: var(--secondary-color);
|
background-color: var(--primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.Card_Content {
|
.Card_Content {
|
||||||
|
Loading…
Reference in New Issue
Block a user