fewer colors, fewer fonts, more outlines
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user