obsolute-paste/static/styles.css
baalajimaestro eec669a980
Update missed highlight.js atom theme to 11.7.0
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2023-05-07 22:04:50 +05:30

20 lines
508 B
CSS

@import url("https://fonts.googleapis.com/css?family=IBM Plex Sans");
@import url("https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/atom-one-dark.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/hack-font/3.3.0/web/hack.css");
body {
font-family: "IBM Plex Sans";
}
pre {
overflow-x: auto;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
.hljs {
font-family: "Hack" !important;
}