Skip to content

Commit

Permalink
fix: light mode (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
lino-levan authored Mar 14, 2023
1 parent 1fa0efc commit d47b221
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions src/lib/css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,35 +51,6 @@ details > summary::-webkit-details-marker {
--color-accent-emphasis:#0969da;
--color-danger-fg:#cf222e
}
@media (prefers-color-scheme:light){
.markdown-body {
--color-canvas-default-transparent:rgba(13,17,23,0);
--color-prettylights-syntax-comment:#8b949e;
--color-prettylights-syntax-constant:#79c0ff;
--color-prettylights-syntax-entity:#d2a8ff;
--color-prettylights-syntax-storage-modifier-import:#c9d1d9;
--color-prettylights-syntax-entity-tag:#7ee787;
--color-prettylights-syntax-keyword:#ff7b72;
--color-prettylights-syntax-string:#a5d6ff;
--color-prettylights-syntax-variable:#ffa657;
--color-prettylights-syntax-string-regexp:#7ee787;
--color-prettylights-syntax-markup-deleted-text:#ffdcd7;
--color-prettylights-syntax-markup-deleted-bg:#67060c;
--color-prettylights-syntax-markup-inserted-text:#aff5b4;
--color-prettylights-syntax-markup-inserted-bg:#033a16;
--color-prettylights-syntax-constant-other-reference-link:#a5d6ff;
--color-fg-default:#c9d1d9;
--color-fg-muted:#8b949e;
--color-canvas-default:#0d1117;
--color-canvas-subtle:#161b22;
--color-border-default:#30363d;
--color-border-muted:#21262d;
--color-neutral-muted:rgba(110,118,129,.4);
--color-accent-fg:#58a6ff;
--color-accent-emphasis:#1f6feb;
--color-danger-fg:#f85149
}
}
@media (prefers-color-scheme:dark){
.markdown-body {
--color-canvas-default-transparent:rgba(13,17,23,0);
Expand Down

0 comments on commit d47b221

Please sign in to comment.