mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-25 09:21:57 +03:00
11 lines
195 B
CSS
11 lines
195 B
CSS
@import url("styles/elm-syntax.css");
|
|
@import url("styles/normalize.css");
|
|
code {
|
|
font-family: "IBM Plex Mono", monospace !important;
|
|
}
|
|
|
|
code::before,
|
|
code::after {
|
|
content: "" !important;
|
|
}
|