Commit
·
b838892
1
Parent(s):
605b434
Add color to links in styles.css
Browse files- styles.css +1 -0
styles.css
CHANGED
|
@@ -13,6 +13,7 @@ p {
|
|
| 13 |
a {
|
| 14 |
text-decoration: none;
|
| 15 |
text-align: center;
|
|
|
|
| 16 |
}
|
| 17 |
|
| 18 |
.mybtn {
|
|
|
|
| 13 |
a {
|
| 14 |
text-decoration: none;
|
| 15 |
text-align: center;
|
| 16 |
+
color: inherit;
|
| 17 |
}
|
| 18 |
|
| 19 |
.mybtn {
|