basic navbar with scrollspy, fix bootstrap-vue asset loading, change to dark background, title fix

This commit is contained in:
Xevion
2020-08-12 23:10:20 -05:00
parent d6ec1b0867
commit 3791d26beb
6 changed files with 88 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title>
<title>History of Robotics - Spirit & Sojourner</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@700&display=swap');
@@ -173,9 +173,9 @@
#loader {
z-index: 100;
background: #205fac;
background: #1a1a1a;
padding: 0;
font-family: 'Exo 2';
font-family: 'Exo 2', sans-serif;
text-transform: uppercase;
overflow: hidden;
min-height: calc(100vh - 60px);