Add CSS resets and specifiers to play nice with HF blog (#4997)

* changes

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: pngwn <hello@pngwn.io>
This commit is contained in:
aliabid94 2023-07-24 16:35:53 -07:00 committed by GitHub
parent 71c9039401
commit 41c83070b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
"@gradio/theme": patch
"gradio": patch
---
fix:Add CSS resets and specifiers to play nice with HF blog

View File

@ -213,6 +213,7 @@ img,
video {
max-width: 100%;
height: auto;
margin: 0;
}
[hidden] {

View File

@ -23,6 +23,7 @@
margin: var(--spacing-xxl) 0 var(--spacing-lg);
font-weight: var(--prose-header-text-weight);
line-height: 1.3;
color: var(--body-text-color);
}
.prose > *:first-child {