Isil Yazibakan commited on
Commit
09e1b02
·
1 Parent(s): 71864e4
Files changed (1) hide show
  1. src/static/styles.css +3 -3
src/static/styles.css CHANGED
@@ -1,12 +1,12 @@
1
  .source-box {
2
- background-color: #ffe4ec;
3
  border-radius: 8px;
4
  padding: 12px;
5
  margin-bottom: 8px;
6
  }
7
 
8
  .score-badge {
9
- background-color: #8e0943;
10
  color: white;
11
  padding: 2px 8px;
12
  border-radius: 4px;
@@ -14,6 +14,6 @@
14
  }
15
 
16
  .stExpander {
17
- border: 1px solid #ff69b4;
18
  border-radius: 8px;
19
  }
 
1
  .source-box {
2
+ background-color: #bfbbef;
3
  border-radius: 8px;
4
  padding: 12px;
5
  margin-bottom: 8px;
6
  }
7
 
8
  .score-badge {
9
+ background-color: #22004b;
10
  color: white;
11
  padding: 2px 8px;
12
  border-radius: 4px;
 
14
  }
15
 
16
  .stExpander {
17
+ border: 1px solid #4b25ad;
18
  border-radius: 8px;
19
  }