blog/themes/grid/layout/partial/styles.ejs

8 lines
446 B
Plaintext

<%- css(['https://cdn.staticfile.org/KaTeX/0.12.0/katex.min.css']) %>
<%- css(['css/admonition.css']) %>
<%- css(['css/prism.css']) %>
<%- css(['css/theme.css']) %>
<%- css(['css/style.css']) %>
<%- css({href: 'css/narrow.css', media: 'screen and (max-width: 640px)'}) %>
<%- css({href: 'css/medium.css', media: 'screen and (min-width: 641px) and (max-width: 960px)'}) %>
<%- css({href: 'css/wide.css', media: 'screen and (min-width: 961px)'}) %>