theme.css 481 B

1234567891011
  1. /*
  2. // Copyright (C) 2016 The Syncthing Authors.
  3. //
  4. // This Source Code Form is subject to the terms of the Mozilla Public
  5. // License, v. 2.0. If a copy of the MPL was not distributed with this file,
  6. // You can obtain one at https://mozilla.org/MPL/2.0/.
  7. */
  8. @import "../../theme-assets/dark/assets/css/theme.css" screen and (prefers-color-scheme: dark);
  9. @import "../../theme-assets/light/assets/css/theme.css" (prefers-color-scheme: light), (prefers-color-scheme: no-preference);