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

This commit is contained in:
Book Pauk
2023-01-11 14:46:27 +07:00
parent a89572f85f
commit e6b1d4b032
4 changed files with 19 additions and 6 deletions

View File

@@ -80,7 +80,7 @@ export default vueComponent(SetPositionPage);
.slider {
margin: 0 20px 0 20px;
height: 35px;
background-color: #efefef;
background-color: var(--bg-input-color);
border-radius: 15px;
}
</style>