Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
LesFerch authored Apr 4, 2024
1 parent 6858d9b commit 6feb9e3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
---

@import "{{ site.theme }}";

@media (prefers-color-scheme:dark) {
body {
background-color: #24292e;
color: #fff;
}
a {
color: #65aeff;
}
.text-gray {
color: #a5b3c1 !important;
}
.markdown-body h1, .markdown-body h2 {
border-bottom-color: #465059;
}
.border-top, .border-gray-light {
border-color: #465059 !important;
}
.highlight, .markdown-body pre, .markdown-body .highlight pre {
background-color: #000;
}
}

0 comments on commit 6feb9e3

Please sign in to comment.