diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-05 09:26:54 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-05 09:26:54 -0400 |
| commit | fa3e4eec60931669b543c62399c1eb67b675a331 (patch) | |
| tree | b868ad42f0d73844f4fe51d6bd57b5799b234f86 /_layouts/default.html | |
| parent | 7b17b2c9aac64de3e7d55457b88b366192fff12f (diff) | |
| download | personal-website-fa3e4eec60931669b543c62399c1eb67b675a331.tar.gz personal-website-fa3e4eec60931669b543c62399c1eb67b675a331.tar.bz2 personal-website-fa3e4eec60931669b543c62399c1eb67b675a331.zip | |
Another website overhaul
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index ec446b4..ad6c871 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,7 +10,7 @@ <BODY> {% include navigator.html %} - <div class="jumbotron"> + <div class="jumbotron green darken-4"> <h1><center>{{ page.title }}</center></h1> <h3> <center><b>{{ page.description }}</b></center> |
