diff --git a/src/styles/custom.css b/src/styles/custom.css index e47b2cc..b776d90 100644 --- a/src/styles/custom.css +++ b/src/styles/custom.css @@ -35,7 +35,7 @@ li::marker { font-size: 2rem; } -.btn{ +.btn { background-color: var(--sl-color-accent); color: var(--sl-color-white); border: none; @@ -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 { @@ -59,4 +59,4 @@ li::marker { } .sl-markdown-content a:not(:where(.not-content *)) { color: white; -} \ No newline at end of file +}