💄 Rebuild CSS

This commit is contained in:
dependabot[bot] 2023-08-14 06:56:02 +00:00 committed by github-actions[bot]
parent 3d704884f6
commit 578fb0f52e

View File

@ -1,6 +1,6 @@
/*! Lynx v1.3.0 | MIT License | https://github.com/jpanther/lynx */
/*! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com */
/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
@ -191,6 +191,10 @@ select,
textarea {
font-family: inherit;
/* 1 */
font-feature-settings: inherit;
/* 1 */
font-variation-settings: inherit;
/* 1 */
font-size: 100%;
/* 1 */
font-weight: inherit;
@ -341,6 +345,14 @@ menu {
padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/