Spaces:
Runtime error
Runtime error
Isabel Gwara
commited on
Commit
·
793f1bf
1
Parent(s):
8aee0a7
Update app.css
Browse files
app.css
CHANGED
@@ -78,24 +78,12 @@ h1 {
|
|
78 |
padding: 5%;
|
79 |
}
|
80 |
|
81 |
-
.acc, .feat {
|
82 |
-
background-color: #
|
83 |
}
|
84 |
|
85 |
-
.prj {
|
86 |
-
background-color: #
|
87 |
-
}
|
88 |
-
|
89 |
-
.data {
|
90 |
-
background-color: #ED6800 !important;
|
91 |
-
}
|
92 |
-
|
93 |
-
.ethics {
|
94 |
-
background-color: #3EE6F9 !important;
|
95 |
-
}
|
96 |
-
|
97 |
-
.team {
|
98 |
-
background-color: #9581EF !important;
|
99 |
}
|
100 |
|
101 |
.model-container {
|
|
|
78 |
padding: 5%;
|
79 |
}
|
80 |
|
81 |
+
.acc, .feat, .data, .team {
|
82 |
+
background-color: #CE2C97 !important
|
83 |
}
|
84 |
|
85 |
+
.prj, .ethics {
|
86 |
+
background-color: #F5501C !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
}
|
88 |
|
89 |
.model-container {
|