File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
packages/vaadin-lumo-styles Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 44 * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
55 */
66@import './src/global/badge.css' ;
7- @import './src/global/dark .css' ;
7+ @import './src/global/color-scheme .css' ;
88@import './src/global/typography.css' ;
9-
10- : where (: root , : host ) {
11- color : var (--lumo-body-text-color );
12- background-color : var (--lumo-base-color );
13- color-scheme : light;
14- }
Original file line number Diff line number Diff line change 11/**
22 * @license
3- * Copyright (c) 2017 - 2025 Vaadin Ltd.
3+ * Copyright (c) 2000 - 2025 Vaadin Ltd.
44 * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
55 */
6+ : where (: root , : host ) {
7+ color : var (--lumo-body-text-color );
8+ background-color : var (--lumo-base-color );
9+ color-scheme : light;
10+ }
11+
612[theme ~= 'dark' ] {
713 /* Base (background) */
814 --lumo-base-color : hsl (214 , 35% , 21% );
You can’t perform that action at this time.
0 commit comments