Update default.html

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-02 13:27:28 +01:00 committed by GitHub
parent d4024b58c9
commit 89dd54b826
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,10 +10,12 @@
<script>
MathJax = {
tex: {
inlineMath: [['$', '$'], ["$'", "'$"]]
inlineMath: [['$', '$']]
}
};
</script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.9/dist/umd/popper.min.js" integrity="sha384-eMNCOe7tC1doJtT0LvF6zL9ezPcRjzENw4Da3HDApIgd8z7C2zKuF6j0wRb1q8Hx" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js" integrity="sha384-oesi62hXKJ3eZaI6S+lF9FY/6TVy/WPzJUd2Rj4byXkPt2I9yVn2T1sOpzvS4uXk" crossorigin="anonymous"></script>
<style>
.language-shell.highlighter-rouge {
/* New styles for Shell code */
@ -224,6 +226,8 @@
.navbar-brand.navbar-brand-image {
height: 75px;
margin-bottom: 25px
margin-top: 25px
margin-left: 25px
}
</style>