Skip to content

Commit

Permalink
chore: move style code around
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Jun 26, 2024
1 parent ef19be1 commit 94d0731
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions static/smol.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,21 +111,6 @@ code {
padding: 0.1rem 0.3rem;
}

.pill {
border: 1px solid var(--link-color);
color: var(--link-color);
}

.pill-alert {
border: 1px solid var(--hover);
color: var(--hover);
}

.pill-info {
border: 1px solid var(--visited);
color: var(--visited);
}

pre {
font-size: 14px;
border-radius: 5px;
Expand Down Expand Up @@ -753,6 +738,21 @@ figure {
list-style-type: decimal;
}

.pill {
border: 1px solid var(--link-color);
color: var(--link-color);
}

.pill-alert {
border: 1px solid var(--hover);
color: var(--hover);
}

.pill-info {
border: 1px solid var(--visited);
color: var(--visited);
}

@media only screen and (max-width: 40em) {
body {
padding: 0 1rem;
Expand Down

0 comments on commit 94d0731

Please sign in to comment.