mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 14:00:29 +00:00
website: add mdx, typography styling
This commit is contained in:
13
website/styles/code.css
Normal file
13
website/styles/code.css
Normal file
@@ -0,0 +1,13 @@
|
||||
@media (prefers-color-scheme: dark) {
|
||||
pre[data-theme="light"],
|
||||
code[data-theme="light"] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light), (prefers-color-scheme: no-preference) {
|
||||
pre[data-theme="dark"],
|
||||
code[data-theme="dark"] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user