1
0
forked from noxious/client

WIP ingame ui updated design

Cleaned up some old icons and styling
This commit is contained in:
2024-10-13 17:21:45 +02:00
parent 34bd103ec2
commit 7504e3719e
22 changed files with 220 additions and 76 deletions

View File

@ -4,7 +4,8 @@ export default {
theme: {
fontFamily: {
'titles': ['Poppins', 'serif'],
'default': ['Quicksand', 'serif']
'default': ['Quicksand', 'serif'],
'ui': ['Upheaval', 'serif'],
},
backgroundSize: {
'cover': 'cover',
@ -43,6 +44,8 @@ export default {
dropShadow: {
'default': '0 3px 6px rgb(0, 0, 0)',
'text': '1px 1px 5px rgba(0, 0, 0, 0.25)',
'pixel': '2px 2px 0px rgb(77, 77, 77)',
'pixel-black': '2px 2px 0px rgb(0, 0, 0)',
'20': '0 3px 6px rgba(0, 0, 0, 0.2)'
},
boxShadow: {
@ -68,10 +71,10 @@ export default {
400: '#332426'
},
blue: {
DEFAULT: '#00c2ff'
DEFAULT: '#4F5FF0'
},
green: {
DEFAULT: '#09ad19'
DEFAULT: '#05E300'
},
purple: {
DEFAULT: '#9841e6'