Commit
·
5b799e0
1
Parent(s):
b3f551c
Fix button background color and add link styling
Browse files- styles.css +5 -1
styles.css
CHANGED
@@ -10,8 +10,12 @@ p {
|
|
10 |
text-align: center;
|
11 |
}
|
12 |
|
|
|
|
|
|
|
|
|
13 |
.mybtn {
|
14 |
-
background-color: rgb(240,98,16)!important;
|
15 |
}
|
16 |
|
17 |
table {
|
|
|
10 |
text-align: center;
|
11 |
}
|
12 |
|
13 |
+
a {
|
14 |
+
text-decoration: none;
|
15 |
+
}
|
16 |
+
|
17 |
.mybtn {
|
18 |
+
background-color: rgb(240, 98, 16) !important;
|
19 |
}
|
20 |
|
21 |
table {
|