summary refs log tree commit diff
path: root/synapse_topology/webui/scss/themes.scss
blob: 8192a690e06dc2c7c7f39c2e971705a1ba6a05be (plain) (blame)
1
2
3
4
5
6
7
8
@mixin dark {
  $primary: #ffffff !global;
  $secondary: #f4f4f4 !global;
  $tertiary: #3b444b !global;
  $font:  #333 !global;
  $highlight: #4AEFF0 !global;
  $link: #0098d4 !global;
}