mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-29 14:47:21 +02:00
Update:Setup css colors for themes, add light theme colors #916
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="w-full layout-wrapper bg-bg text-white">
|
||||
<div class="w-full layout-wrapper bg-bg">
|
||||
<Nuxt />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="w-full layout-wrapper bg-bg text-white">
|
||||
<div class="w-full layout-wrapper bg-bg">
|
||||
<app-appbar />
|
||||
<div id="content" class="overflow-hidden relative" :class="isPlayerOpen ? 'playerOpen' : ''">
|
||||
<Nuxt :key="currentLang" />
|
||||
|
||||
Reference in New Issue
Block a user