Skip to content
Isaac edited this page Sep 14, 2019 · 1 revision

Common colours

Buttons, etc:

Normal:

  • color: #e6e6e6;
  • background-color: transparent;

Hover/focus:

  • color: #fff;
  • background-color: rgba(255,255,255,0.2);

Active:

  • color: #e6e6e6;
  • background-color: rgba(255,255,255,0.1);

Containers:

Normal (active):

  • background-color: rgba(0,0,0,0.8);
  • border-width: 1px;
  • border-radius: 8px;
  • border-color: rgba(255,255,255,0.15);
  • color: #fff;

'Light' (e.g. unhovered notification popup)

  • background-color: rgba(0,0,0,0.6);