Skip to content

Commit

Permalink
fix: remove styles for non-native elements
Browse files Browse the repository at this point in the history
  • Loading branch information
fkakatie committed Dec 13, 2023
1 parent ecd4e4b commit 1b37bd0
Showing 1 changed file with 2 additions and 43 deletions.
45 changes: 2 additions & 43 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,19 +99,12 @@ p, dl, ol, ul, pre, blockquote {
margin-bottom: 1em;
}

hr {
margin-top: 1.5em;
margin-bottom: 1.5em;
border: 0;
border-bottom: 1px solid var(--light-color);
}

code, pre, samp {
code, pre {
font-family: var(--fixed-font-family);
font-size: var(--body-font-size-s);
}

code, samp {
code {
padding: .125em;
}

Expand Down Expand Up @@ -174,40 +167,6 @@ a.button.secondary, button.secondary {
color: var(--text-color)
}

main input {
font-size: 1.25rem;
width: 100%;
max-width: 50rem;
display: block;
margin-bottom: 1rem;
padding: 0.75rem 0.6rem;
border-radius: 0.25rem;
box-sizing: border-box;
border: 1px solid var(--text-color);
color: var(--text-color);
background-color: var(--background-color);
}

main input:hover {
border: 1px solid var(--text-color);
}

main blockquote {
font-style: italic;
margin: 3rem;
text-indent: -1rem;
hanging-punctuation: first;
}

main blockquote p::before {
content: "“";
line-height: 0;
}

main blockquote p::after {
content: "”";
line-height: 0;
}

main img {
max-width: 100%;
Expand Down

0 comments on commit 1b37bd0

Please sign in to comment.