Project

General

Profile

1
:root {
2
  --portal-main-color: #8DCA26;
3
  --portal-main-contrast: white;
4
  --portal-dark-color: #7c9144;
5
  --primary-color: var(--theme-primary-color);
6
  --secondary-color: var(--theme-secondary-color);
7
  --contrast-color: white;
8

    
9
  /* Portable Variables*/
10
  --theme-primary-color: #222080;
11
  --theme-secondary-color: #4686E5;
12
  --openaire-main-color: #313179;
13
  --explore-portal-color: #D95F2D;
14
  --provide-portal-color: #37C7E9;
15
  --monitor-portal-color: #8DCA26;
16
  --connect-portal-color: #EBB13E;
17
  --develop-portal-color: #DA65AB;
18

    
19
  --explore-portal-lower-tone: #a0462c;
20
  --provide-portal-lower-tone: #3A8FA3;
21
  --monitor-portal-lower-tone: #7c9144;
22
  --connect-portal-lower-tone: #b48536;
23
  --develop-portal-lower-tone: #9f4e7e;
24
}
(8-8/8)