1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-02-06 20:33:33 +01:00

refs #888 Fix css selector

This commit is contained in:
AkiraFukushima 2019-04-22 22:15:44 +09:00
parent 71bcf0a083
commit 41402c0501

View File

@ -45,7 +45,8 @@ export default {
<style lang="scss">
html,
body {
body,
#app {
--theme-background-color: #ffffff;
--theme-selected-background-color: #f2f6fc;
--theme-global-header-color: #4a5664;