- Refactored themes to always load with just a single file. This avoids a round trip on each request. - Locally load font when available on the system, then try to load the woff2 file, then fall back to regular woff. - Update markup to use relative urls where it is safe. RSS feeds still use absolute URLs. - Only set og:image:(height/width) when using the standard color icon. - Fixed styles on the pagination buttons. - Added ability to switch font to Source Code Pro (useSourceCodePro). - Added yellow theme. - Added grey theme. - Bold and remove underline for active page in header. - Removed markdownify on summary. - Only display date if present.
19 lines
329 B
CSS
19 lines
329 B
CSS
@import 'variables.css';
|
|
|
|
@import 'font-scp.css';
|
|
@import 'buttons.css';
|
|
@import 'form.css';
|
|
|
|
@import 'header.css';
|
|
@import 'logo.css';
|
|
@import 'main.css';
|
|
@import 'post.css';
|
|
@import 'pagination.css';
|
|
@import 'footer.css';
|
|
|
|
@import 'prism.css';
|
|
@import 'syntax.css';
|
|
@import 'code.css';
|
|
@import 'terms.css';
|
|
@import 'gist.css';
|