diff --git a/public/app.css b/public/app.css index 4931ae1..68bd8e2 100644 --- a/public/app.css +++ b/public/app.css @@ -7,6 +7,9 @@ body { background-color: black; color: grey; } + a { + color:grey; + } } td,th { @@ -39,3 +42,13 @@ tbody tr:nth-child(even) td{ #songs { grid-area: 2 / 3 / 3 / 4; } } + +nav { + text-align:right; + position:fixed; + width:100%; +} +nav ul { + list-style:none; + /*background-color:rgba(100,100,100, 0.5);*/ +} diff --git a/src/App.vue b/src/App.vue index a6437fa..19a72e5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -35,6 +35,22 @@