light_theme.css 750 B

1234567891011121314151617181920212223
  1. :root {
  2. --background: #FFFFFF;
  3. --text: #212121;
  4. --secondary-hover: #212121;
  5. --secondary-focus: #FAFAFA;
  6. --secondary-inverse: #FFFFFF;
  7. --primary-background: #F5F5F5;
  8. --secondary-background: #EEEEEE;
  9. --thumb-background: #F5F5F5;
  10. --link: #212121;
  11. --link-visited: #808080;
  12. --border-bg: #212121;
  13. --border-bg-settings: #91918C;
  14. --border-bg-license: #91918C;
  15. --buttom: #FFFFFF;
  16. --buttom-text: #212121;
  17. --button-border: #91918C;
  18. --buttom-hover: #BBBBBB;
  19. --search-text: #212121;
  20. --time-background: #212121;
  21. --time-text: #FFFFFF;
  22. }