mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
remove background colors
- try to imitate Google's design of things it makes UI look declattered -
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div id="logo-container"
|
||||
>
|
||||
<router-link :to="{ name: 'Home' }">
|
||||
<div id="logo" class="rounded"></div
|
||||
<div id="logo"></div
|
||||
></router-link>
|
||||
</div>
|
||||
</template>
|
||||
@@ -19,5 +19,6 @@
|
||||
background-image: url(./../assets/images/logo.webp);
|
||||
background-size: contain;
|
||||
@include ximage;
|
||||
border-radius: $medium;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user