-
Notifications
You must be signed in to change notification settings - Fork 294
Default styles for kbd
tag
#186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
In the meantime, I use this styling: kbd {
background-color: #1F2937; /* coolGray-800 */
color: #94A3B8; /* blueGray-400 */
padding: 3px 5px;
border: solid 1px #6B7280; /* coolGray-500 */
border-radius: 6px
} |
@ArnaudLier Could you add a screenshot to your post for what those styles look like in the context of |
Merged
Hey! Thanks for this suggestion. I've just added |
woot, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What version of @tailwindcss/typography are you using?
v0.4.1
What version of Node.js are you using?
v16.3.0
What browser are you using?
Chrome
What operating system are you using?
Windows
Reproduction repository
https://play.tailwindcss.com/YZS1I4iDer
Describe your issue
kbd
tag style should look like keyboard.Try out the following & see it's styled differently.
Or check out the Tailwind Play here -> https://play.tailwindcss.com/YZS1I4iDer
By default it should look like on here -> https://developer.mozilla.org/en-US/docs/Web/HTML/Element/kbd or https://meta.superuser.com/questions/4788/css-for-the-new-kbd-style
I know I can do it in my project but a default style wouldn't hurt :)
The text was updated successfully, but these errors were encountered: