Add light theme. (#219)

* Add light theme.

* Reload on theme change.
This commit is contained in:
FireMasterK
2021-06-29 01:15:03 +05:30
committed by GitHub
parent 7c66035f41
commit 18752c7de7
9 changed files with 54 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="uk-text-secondary" style="background: #0b0e0f">
<div class="uk-text-secondary" :style="[{ background: backgroundColor }]">
<router-link class="uk-text-emphasis" v-bind:to="video.url">
<img
:height="height"