mirror of
https://github.com/Xevion/history-of-robotics.git
synced 2025-12-10 10:07:30 -06:00
basic navbar with scrollspy, fix bootstrap-vue asset loading, change to dark background, title fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user