Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
terkelg
GitHub Repository: terkelg/ramme
Path: blob/master/app/src/renderer/styles/theme-dark/_login.scss
106 views
html.dark-mode #react-root {
  /* Panels */
  ._kp5f7._qy55y, ._f9sjj, ._f9sjj {
    color: $bright;
    background-color: $dark;
    border-color: $dark;
  }

  /* "Have an account" & "Don't have an account" text */
  ._c59vy {
    color: $bright;
  }

  /* Input fields */
  ._sjplo {
    border-color: $darkLight;
    background-color: $darkLight;
  }
}