forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-11 16:23:21 -06:00
parent b56058b72f
commit 36bdd624ea
2 changed files with 5 additions and 1 deletions

View File

@ -1 +1,3 @@
<div class="animate-pulse hover:bg-gray-300 hover:opacity-100 md:hover:opacity-100 pointer-events-none"></div>
<div class="animate-pulse hover:bg-gray-300 hover:opacity-100 md:hover:opacity-100 pointer-events-none"></div>
<div class="text-twitter text-blue text-lightblue text-danger text-success text-gold text-silver text-light-green"></div>

View File

@ -34,6 +34,8 @@ module.exports = {
'blue': '#0369a1',
'lightblue': '#0ea5e9',
'gold': '#facc15'
'silver': '#94a3b8',
'lightgreen': '#84cc16'
},
fontFamily: {
'sans-serif': ['Helvetica Neue', '-apple-system', 'BlinkMacSystemFont', 'Tahoma', 'Segoe UI', 'Helvetica', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'],