mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-03-28 03:16:58 +00:00
10
src/App.vue
10
src/App.vue
@@ -1,5 +1,9 @@
|
||||
<template>
|
||||
<div class="uk-container uk-container-expand uk-light uk-height-viewport" style="background: #0b0e0f">
|
||||
<div
|
||||
class="uk-container uk-container-expand uk-height-viewport"
|
||||
:style="[{ background: backgroundColor, colour: foregroundColor }]"
|
||||
:class="{ 'uk-light': darkMode }"
|
||||
>
|
||||
<Navigation />
|
||||
<router-view />
|
||||
|
||||
@@ -34,10 +38,6 @@ b {
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
#app {
|
||||
background: #0b0e0f;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
background-color: #15191a;
|
||||
color: #c5bcae;
|
||||
|
||||
Reference in New Issue
Block a user