fix: improve link focus styles
This commit is contained in:
parent
2049d3cab5
commit
27c5ea4c16
3 changed files with 9 additions and 8 deletions
|
@ -13,6 +13,10 @@ module.exports = {
|
|||
],
|
||||
},
|
||||
theme: {
|
||||
outline: {
|
||||
black: '1px solid black',
|
||||
white: '1px solid white'
|
||||
},
|
||||
extend: {
|
||||
typography: (theme) => ({
|
||||
DEFAULT: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue