forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-11 16:20:33 -06:00
parent 38e12a42c0
commit b56058b72f
1 changed files with 7 additions and 1 deletions

View File

@ -27,7 +27,13 @@ module.exports = {
green: colors.green,
red: colors.red,
yellow: colors.amber,
blue: colors.sky
blue: colors.sky,
'twitter': '#00acee',
'success': '#16a34a',
'danger': '#dc2626',
'blue': '#0369a1',
'lightblue': '#0ea5e9',
'gold': '#facc15'
},
fontFamily: {
'sans-serif': ['Helvetica Neue', '-apple-system', 'BlinkMacSystemFont', 'Tahoma', 'Segoe UI', 'Helvetica', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'],