forked from mirrors/misskey
refactor(frontend): prefix css variables (#14725)
* wip * Update index.d.ts * remove unnecessary codes
This commit is contained in:
@@ -47,6 +47,6 @@ if (note.value?.url != null || note.value?.uri != null) {
|
||||
|
||||
<style lang="scss" module>
|
||||
.noteEmbedRoot {
|
||||
background-color: var(--panel);
|
||||
background-color: var(--MI_THEME-panel);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user