Skip to content

Commit

Permalink
Improve styles
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Mar 8, 2024
1 parent df3d1a1 commit a6f7d52
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,20 +114,14 @@ body {
.prose a {
color: var(--link);
}
.prose a::before {
content: "[";
}
.prose a::after {
content: "]";
}

input[type="checkbox"] {
position: relative;
vertical-align: middle;
appearance: none;
border: 2px solid var(--gray-2);
border: 1px solid var(--gray-2);
box-sizing: content-box;
border-radius: 4px;
border-radius: 2px;
width: 0.8rem;
height: 0.8rem;
}
Expand All @@ -140,7 +134,7 @@ input[type="checkbox"]::before {
left: 0.05rem;
width: 0.7rem;
background-color: var(--gray-3);
border-radius: 4px;
border-radius: 2px;
opacity: 0;
}
input[type="checkbox"]::after {
Expand Down

0 comments on commit a6f7d52

Please sign in to comment.