Skip to content

Commit 8e38cbb

Browse files
author
iunteq
committed
Merge branch 'cizza-master'
2 parents e1dfc1a + b2c4fd3 commit 8e38cbb

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,11 @@ If a default shadow is provided, it will be used for the non-suffixed `.text-sha
3535
module.exports = {
3636
theme: {
3737
textShadow: {
38-
default: '0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)',
39-
md: ' 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)',
40-
h1: ' 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)',
41-
xl: ' 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)',
42-
'2xl': '0 25px 50px -12px rgba(0, 0, 0, .25)',
43-
brand: '0 35px 60px -15px rgba(0, 0, 0, .3)',
44-
outline: '0 0 0 3px rgba(66,153,225,0.5)',
45-
focus: '0 0 0 3px rgba(66,153,225,0.5)',
46-
'none': 'none',
38+
default: '0 2px 0 #000',
39+
md: '0 2px 2px #000',
40+
h1: '0 0 3px #FF0000, 0 0 5px #0000FF',
41+
xl: '0 0 3px rgba(0, 0, 0, .8), 0 0 5px rgba(0, 0, 0, .9)',
42+
none: 'none',
4743
}
4844
}
4945
}
@@ -83,4 +79,4 @@ To control the textshadow of an text element at a specific breakpoint, add a {sc
8379

8480
## License
8581

86-
The MIT License (MIT). Please see [License File](LICENSE) for more information.
82+
The MIT License (MIT). Please see [License File](LICENSE) for more information.

0 commit comments

Comments
 (0)