Spaces:
Sleeping
Sleeping
Isil Yazibakan commited on
Commit ·
09e1b02
1
Parent(s): 71864e4
deneme2
Browse files- src/static/styles.css +3 -3
src/static/styles.css
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
.source-box {
|
| 2 |
-
background-color: #
|
| 3 |
border-radius: 8px;
|
| 4 |
padding: 12px;
|
| 5 |
margin-bottom: 8px;
|
| 6 |
}
|
| 7 |
|
| 8 |
.score-badge {
|
| 9 |
-
background-color: #
|
| 10 |
color: white;
|
| 11 |
padding: 2px 8px;
|
| 12 |
border-radius: 4px;
|
|
@@ -14,6 +14,6 @@
|
|
| 14 |
}
|
| 15 |
|
| 16 |
.stExpander {
|
| 17 |
-
border: 1px solid #
|
| 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 |
}
|