Update style.css
Browse files
style.css
CHANGED
|
@@ -43,9 +43,12 @@ p {
|
|
| 43 |
margin-bottom: 0;
|
| 44 |
}
|
| 45 |
#link_class {
|
| 46 |
-
padding:
|
| 47 |
border-radius: 5px;
|
| 48 |
background: aliceblue;
|
| 49 |
width: 100%;
|
| 50 |
margin: 2px;
|
|
|
|
|
|
|
|
|
|
| 51 |
}
|
|
|
|
| 43 |
margin-bottom: 0;
|
| 44 |
}
|
| 45 |
#link_class {
|
| 46 |
+
padding: 5px;
|
| 47 |
border-radius: 5px;
|
| 48 |
background: aliceblue;
|
| 49 |
width: 100%;
|
| 50 |
margin: 2px;
|
| 51 |
+
text-decoration: none;
|
| 52 |
+
font-family: system-ui;
|
| 53 |
+
}
|
| 54 |
}
|