mirror of
https://github.com/azukaar/Cosmos-Server.git
synced 2026-01-05 20:05:02 -06:00
[release] version 0.5.0-unstable27
This commit is contained in:
@@ -47,10 +47,10 @@ const HomePage = () => {
|
||||
|
||||
const appColor = isDark ? {
|
||||
color: 'white',
|
||||
background: 'rgba(0,0,0,0.3)',
|
||||
background: 'rgba(0,0,0,0.35)',
|
||||
} : {
|
||||
color: 'black',
|
||||
background: 'rgba(255,255,255,0.3)',
|
||||
background: 'rgba(255,255,255,0.35)',
|
||||
}
|
||||
|
||||
const backColor = isDark ? '0,0,0' : '255,255,255';
|
||||
@@ -85,7 +85,7 @@ const HomePage = () => {
|
||||
<HomeBackground />
|
||||
<style>
|
||||
{`header {
|
||||
background: rgba(${backColor},0.3) !important;
|
||||
background: rgba(${backColor},0.35) !important;
|
||||
border-bottom-color: rgba(${backColor},0.4) !important;
|
||||
color: ${textColor} !important;
|
||||
font-weight: bold;
|
||||
@@ -112,7 +112,7 @@ const HomePage = () => {
|
||||
}
|
||||
|
||||
.MuiAlert-standard {
|
||||
background: rgba(${backColor},0.3) !important;
|
||||
background: rgba(${backColor},0.35) !important;
|
||||
color: ${textColor} !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cosmos-server",
|
||||
"version": "0.5.0-unstable26",
|
||||
"version": "0.5.0-unstable27",
|
||||
"description": "",
|
||||
"main": "test-server.js",
|
||||
"bugs": {
|
||||
|
||||
Reference in New Issue
Block a user