minor color refactors

This commit is contained in:
geoffrey45
2022-02-22 09:58:09 +03:00
parent 92c2443c7c
commit 5e48496ccb
22 changed files with 20 additions and 29 deletions
+6 -1
View File
@@ -1,5 +1,5 @@
<template>
<div id="f-view-parent" class="border rounded card-dark">
<div id="f-view-parent" class="border rounded">
<div class="fixed">
<Header :path="path" :first_song="songs[0]" @search="updateQueryString" />
</div>
@@ -131,6 +131,11 @@ export default {
padding: 4rem $small 0 $small;
overflow: hidden;
margin: $small;
.h {
font-size: 2rem;
font-weight: bold;
}
}
#f-view-parent .fixed {