1
0
Fork 0

refine ui

This commit is contained in:
nanxiaobei 2023-07-04 15:04:04 +08:00
parent 0fdcdf371b
commit 8a20b9c84a
2 changed files with 3 additions and 3 deletions

View file

@ -76,7 +76,7 @@
} }
article pre { article pre {
@apply -mx-8 !p-8 shadow-lg; @apply -mx-8 !p-8 shadow-sm;
} }
article blockquote { article blockquote {

View file

@ -1627,8 +1627,8 @@ article pre {
margin-left: -2rem; margin-left: -2rem;
margin-right: -2rem; margin-right: -2rem;
padding: 2rem !important; padding: 2rem !important;
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
} }