fix: Ensuring <pre> block are printed monospace.

This commit is contained in:
sergiotarxz 2020-10-23 01:09:40 +02:00
parent 4283de5d62
commit fdf2941296
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
* {
font-family: 'Open Sans', arial, sans-serif;
}
pre {
font-family: 'Open Sans', monospace;
}
body {
color: #444;
}

View File

@ -13,7 +13,7 @@
<!-- Include Favicon -->
<?php echo Theme::favicon('img/favicon.png?v=0'); ?>
<?php echo Theme::css('css/style.css?v=2'); ?>
<?php echo Theme::css('css/style.css?v=3'); ?>
<!-- Load Bludit Plugins: Site head -->
<?php Theme::plugins('siteHead'); ?>