Update default.html
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
d4024b58c9
commit
89dd54b826
1 changed files with 5 additions and 1 deletions
|
@ -10,10 +10,12 @@
|
||||||
<script>
|
<script>
|
||||||
MathJax = {
|
MathJax = {
|
||||||
tex: {
|
tex: {
|
||||||
inlineMath: [['$', '$'], ["$'", "'$"]]
|
inlineMath: [['$', '$']]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</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>
|
<style>
|
||||||
.language-shell.highlighter-rouge {
|
.language-shell.highlighter-rouge {
|
||||||
/* New styles for Shell code */
|
/* New styles for Shell code */
|
||||||
|
@ -224,6 +226,8 @@
|
||||||
.navbar-brand.navbar-brand-image {
|
.navbar-brand.navbar-brand-image {
|
||||||
height: 75px;
|
height: 75px;
|
||||||
margin-bottom: 25px
|
margin-bottom: 25px
|
||||||
|
margin-top: 25px
|
||||||
|
margin-left: 25px
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue