Browse Source

Changed colors to more closely match aitestory

1.0
Gisle Aune 6 years ago
parent
commit
75b2382f09
  1. 8
      rpdata-ui/src/colors.css
  2. 2
      rpdata-ui/src/common/css/List.css

8
rpdata-ui/src/colors.css

@ -9,14 +9,14 @@
background-color: rgba(17, 187, 255, 0.25);
}
.theme-story .color-primary {
color: #1CF;
color: #4BF;
}
.theme-story .color-text {
color: #ABC;
}
.theme-story .color-highlight-primary {
background-color: rgba(34, 187, 255, 0.25);
color: #1CF;
color: #4BF;
}
.theme-story .color-highlight-dark {
background-color: rgba(0, 9, 18, 0.50);
@ -33,14 +33,14 @@
background-color: rgba(255, 187, 17, 0.25);
}
.theme-logs .color-primary {
color: #FC1;
color: #FB1;
}
.theme-logs .color-text {
color: #CCB;
}
.theme-logs .color-highlight-primary {
background-color: rgba(255, 187, 15, 0.25);
color: #FC1;
color: #FB1;
}
.theme-logs .color-highlight-dark {
background-color: rgba(18, 9, 0, 0.50);

2
rpdata-ui/src/common/css/List.css

@ -1,7 +1,7 @@
.List {
padding: 1em 1ch;
width: 100%;
max-width: 90ch;
max-width: 140ch;
margin: auto;
margin-top: 0.75em;
}

Loading…
Cancel
Save