修改配色

This commit is contained in:
zyronon
2023-08-27 02:30:22 +08:00
parent c46ff1d2e0
commit 845288795e
6 changed files with 14 additions and 8 deletions

View File

@@ -247,7 +247,7 @@ const emit = defineEmits([
}
.content {
background: white;
background: var(--color-header-bg);
flex: 1;
height: 100%;
padding: 0 $space;

View File

@@ -135,7 +135,7 @@ header {
.info {
font-size: 18rem;
color: black;
color: var(--color-font-1);
display: flex;
justify-content: center;
align-items: center;

View File

@@ -75,7 +75,7 @@ export default {
border-radius: 4rem;
padding: 10rem;
color: var(--color-font-1);
background: var(--color-header-bg);
box-shadow: 1px 1px 6px #bbbbbb;
background: var(--color-tooltip-bg);
//box-shadow: 1px 1px 6px #bbbbbb;
}
</style>

View File

@@ -311,7 +311,7 @@ function format(val: number, suffix: string = '') {
width: var(--toolbar-width);
box-sizing: border-box;
border-radius: 10rem;
background: white;
background: var(--color-header-bg);
padding: 2rem 10rem 10rem 10rem;
margin-top: 20rem;
transition: all .3s;