Работа над ночным режимом

This commit is contained in:
Book Pauk
2023-01-11 14:07:08 +07:00
parent f4ce1f337e
commit bf4f5bc88b
6 changed files with 63 additions and 26 deletions

View File

@@ -155,7 +155,7 @@ export default vueComponent(Window);
}
.header {
background: linear-gradient(to bottom right, var(--bg-header1-color), var(--bg-header2-color));
background: linear-gradient(to bottom right, var(--bg-header-color1), var(--bg-header-color2));
align-items: center;
height: 30px;
}