// Copyright 2021 Palantir Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0.

.#{$ns}-dark {
  // this tells the browser to use a dark theme UI, which is most useful for enabling
  // dark scrollbars (only works in Chrome and Edge, not IE or Firefox)
  color-scheme: dark;
}
