aboutsummaryrefslogtreecommitdiff
path: root/.var/app/org.mozilla.firefox/.mozilla/firefox/biual.dev-edition-default/chrome/userChrome.css
blob: 4959f8ab79c6e447e85297334153e25c04245e1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Variables
 */

@import url("../../biual.default/chrome/userChrome.css");

:root {
  --bg0: #15192c;
  --bg1: #1c1c32;
  --bg2: #24243c;
  --bg3: #343450;
  --bg4: #3f3f5b;

  --accent0: #78a3c7;
  --accent1: #83b2d9;
  --accent2: #8ec0eb;
}