Compare commits

..

No commits in common. "71506399089ce68c9e05a2bd1823b65cb9b093f7" and "884f66cc4c1787292ab39913a4ed78daa53ecd5f" have entirely different histories.

2 changed files with 14 additions and 14 deletions

View File

@ -133,11 +133,11 @@ html.macos-vibrancy .dark-mode .ant-layout.main-content-layout {
} }
html.macos-vibrancy .light-mode .ant-layout-sider { html.macos-vibrancy .light-mode .ant-layout-sider {
background: rgba(244, 244, 244, 0.82) !important; background: rgba(244, 244, 244, 0.8) !important;
} }
html.macos-vibrancy .dark-mode .ant-layout-sider { html.macos-vibrancy .dark-mode .ant-layout-sider {
background: rgba(10, 10, 10, 0.82) !important; background: rgba(10, 10, 10, 0.8) !important;
} }
html.macos-vibrancy .light-mode .ant-layout-content { html.macos-vibrancy .light-mode .ant-layout-content {
@ -171,18 +171,6 @@ html.macos-vibrancy
color: #ffffff; color: #ffffff;
} }
html.macos-vibrancy .dark-mode .electron-navigation-wrapper {
background: rgba(10, 10, 10, 0.9) !important;
}
html.macos-vibrancy .light-mode .electron-navigation-wrapper {
background: rgba(255, 255, 255, 0.9) !important;
}
html.macos-vibrancy .electron-navigation {
background: rgba(0, 0, 0, 0) !important;
}
html.macos-vibrancy .light-mode .ant-layout.main-content-layout .ant-card { html.macos-vibrancy .light-mode .ant-layout.main-content-layout .ant-card {
background: rgba(255, 255, 255, 0.5) !important; background: rgba(255, 255, 255, 0.5) !important;
} }

View File

@ -6,6 +6,18 @@
align-items: center; align-items: center;
} }
@media (prefers-color-scheme: dark) {
body {
background-color: black;
}
}
@media (prefers-color-scheme: light) {
body {
background-color: white;
}
}
/* HTML: <div class="loader"></div> */ /* HTML: <div class="loader"></div> */
.fc-loader { .fc-loader {
width: 35px; width: 35px;