Skip to content

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
  • Loading branch information
shuvoaftab committed Jul 13, 2024
1 parent 01e19a9 commit 4b2ceb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ li::marker {
font-size: 2rem;
}

.btn{
.btn {
background-color: var(--sl-color-accent);
color: var(--sl-color-white);
border: none;
Expand All @@ -48,7 +48,7 @@ li::marker {
transition: background-color 0.3s;
text-decoration: none;
}
.ast-primary{
.ast-primary {
font-size: 1.5rem;
}
.sl-markdown-content :is(h3) code {
Expand All @@ -59,4 +59,4 @@ li::marker {
}
.sl-markdown-content a:not(:where(.not-content *)) {
color: white;
}
}

0 comments on commit 4b2ceb2

Please sign in to comment.