style(next): add a notice

pull/2016/head
Adorian Doran 2025-05-24 18:11:23 +07:00
parent b258a8b60f
commit d058bbc776
2 changed files with 12 additions and 0 deletions

@ -5,6 +5,12 @@
* Color scheme
*/
:root {
/*
* NOTICE: This theme is currently in the beta stage of development.
* The names and purposes of these CSS variables are subject to frequent changes.
*/
--theme-style: dark;
--native-titlebar-background: #00000000;

@ -5,6 +5,12 @@
* Color scheme
*/
:root {
/*
* NOTICE: This theme is currently in the beta stage of development.
* The names and purposes of these CSS variables are subject to frequent changes.
*/
--theme-style: light;
--native-titlebar-background: #ffffff00;