diff options
| author | Christine Dodrill <me@christine.website> | 2021-09-08 15:32:10 -0400 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2021-09-08 15:32:10 -0400 |
| commit | 9ffa9baf9055d0eeb17889e4efd633a052a08e59 (patch) | |
| tree | 7a43180b11c261510052c72c917591aea2902ed0 /src | |
| parent | 013abb56ac6e4f18fddb384f4ffd646d3f6bc684 (diff) | |
| download | xesite-9ffa9baf9055d0eeb17889e4efd633a052a08e59.tar.xz xesite-9ffa9baf9055d0eeb17889e4efd633a052a08e59.zip | |
css: make the code samples look betterpr393
It ain't perfect, but it's probably good enough to start with:
https://media.discordapp.net/attachments/188796211543801856/885244826180808754/20210908_15h26m30s_grim.png
Signed-off-by: Christine Dodrill <me@christine.website>
Diffstat (limited to 'src')
| -rw-r--r-- | src/app/markdown.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/markdown.rs b/src/app/markdown.rs index 42a8b7e..6b37b67 100644 --- a/src/app/markdown.rs +++ b/src/app/markdown.rs @@ -11,7 +11,7 @@ use std::cell::RefCell; use url::Url; lazy_static! { - static ref SYNTECT_ADAPTER: SyntectAdapter<'static> = SyntectAdapter::new("base16-ocean.dark"); + static ref SYNTECT_ADAPTER: SyntectAdapter<'static> = SyntectAdapter::new("base16-mocha.dark"); } pub fn render(inp: &str) -> Result<String> { |
