Fix styling issues caused by omorphia/tailwind (#1319)

This commit is contained in:
Geometrically
2024-07-24 12:40:36 -07:00
committed by GitHub
parent 5cad3dfbae
commit 41c15f8c96
4 changed files with 11 additions and 1 deletions

View File

@@ -888,6 +888,7 @@ a,
img {
max-width: 100%;
height: auto;
display: inline-block;
}
html:not(.dark-mode, .oled-mode) & img[src$='#gh-dark-mode-only'] {

View File

@@ -76,7 +76,7 @@ pre {
padding: 1em 1em 1em 1em;
border-width: 5px;
border-radius: 2em;
border-color: var(--color-brand);
border-color: var(--color-button-bg);
overflow-x: hidden;
code {