refactor(frontend): prefix css variables (#14725)
* wip * Update index.d.ts * remove unnecessary codes
This commit is contained in:
@@ -219,7 +219,7 @@ onUnmounted(() => {
|
||||
height: 1.5em;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: var(--fg);
|
||||
color: var(--MI_THEME-fg);
|
||||
background: rgba(128, 128, 128, 0.2);
|
||||
opacity: 0.7;
|
||||
|
||||
@@ -240,7 +240,7 @@ onUnmounted(() => {
|
||||
position: relative;
|
||||
display: block;
|
||||
font-size: 14px;
|
||||
box-shadow: 0 0 0 1px var(--divider);
|
||||
box-shadow: 0 0 0 1px var(--MI_THEME-divider);
|
||||
border-radius: 8px;
|
||||
overflow: clip;
|
||||
|
||||
@@ -270,7 +270,7 @@ onUnmounted(() => {
|
||||
height: 100%;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
background-color: var(--bg);
|
||||
background-color: var(--MI_THEME-bg);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
Reference in New Issue
Block a user