Project

General

Profile

« Previous | Next » 

Revision 59892

[Library | Trunk]: Add graph color class

View differences:

portal.scss
66 66
.portal-icon svg > * {
67 67
  fill: var(--portal-main-color);
68 68
}
69

  
70
.graph-color {
71
  color: #EE2540;
72
}
73

  
74
.graph-color:hover, .graph-color:active {
75
  color: #EE2540;
76
}

Also available in: Unified diff