fewer colors, fewer fonts, more outlines

This commit is contained in:
Gavin McDonald
2025-05-16 16:44:12 -04:00
parent e6cd7cf3e3
commit 9e25ee5f64
4 changed files with 58 additions and 60 deletions

View File

@@ -3,37 +3,3 @@
@import 'tailwindcss/utilities';
/* This file is for your main application CSS */
.outline-black {
text-shadow:
-1px -1px 0 black,
1px -1px 0 black,
-1px 1px 0 black,
1px 1px 0 black;
}
.outline-gray {
text-shadow:
-1px -1px 0 gray,
1px -1px 0 gray,
-1px 1px 0 gray,
1px 1px 0 gray;
}
.outline-white {
color: white;
text-shadow:
-1px -1px 0 white,
1px -1px 0 white,
-1px 1px 0 white,
1px 1px 0 white;
}
.outline-danger {
color: #ff6b6b;
text-shadow:
-1px -1px 0 #ff6b6b,
1px -1px 0 #ff6b6b,
-1px 1px 0 #ff6b6b,
1px 1px 0 #ff6b6b;
}