Spaces:
Runtime error
Runtime error
Isabel Gwara
commited on
Commit
·
ef7f413
1
Parent(s):
da65c43
Update app.css
Browse files
app.css
CHANGED
@@ -2,13 +2,6 @@
|
|
2 |
/* define any variables here */
|
3 |
}
|
4 |
|
5 |
-
.box {
|
6 |
-
border: 2px solid black;
|
7 |
-
text-align: center;
|
8 |
-
margin: 10px;
|
9 |
-
padding: 5%;
|
10 |
-
}
|
11 |
-
|
12 |
ul {
|
13 |
display: inline-block;
|
14 |
text-align: left;
|
@@ -39,7 +32,7 @@ img {
|
|
39 |
.gr-button:focus {
|
40 |
--tw-gradient-from: #CE2C97 !important;
|
41 |
--tw-gradient-to: #F5501C !important;
|
42 |
-
box-shadow
|
43 |
}
|
44 |
|
45 |
/*
|
@@ -78,6 +71,14 @@ h1 {
|
|
78 |
color: black !important;
|
79 |
}
|
80 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
.acc, .feat {
|
82 |
background-color: #FF3399 !important
|
83 |
}
|
|
|
2 |
/* define any variables here */
|
3 |
}
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
ul {
|
6 |
display: inline-block;
|
7 |
text-align: left;
|
|
|
32 |
.gr-button:focus {
|
33 |
--tw-gradient-from: #CE2C97 !important;
|
34 |
--tw-gradient-to: #F5501C !important;
|
35 |
+
box-shadow: 0 10px #F5501C !important;
|
36 |
}
|
37 |
|
38 |
/*
|
|
|
71 |
color: black !important;
|
72 |
}
|
73 |
|
74 |
+
.box {
|
75 |
+
border: 1px solid white;
|
76 |
+
background-color: #A2A2A2 !important;
|
77 |
+
text-align: center;
|
78 |
+
margin: 10px;
|
79 |
+
padding: 5%;
|
80 |
+
}
|
81 |
+
|
82 |
.acc, .feat {
|
83 |
background-color: #FF3399 !important
|
84 |
}
|