Commit
·
996b019
1
Parent(s):
432ab4a
Update style.css
Browse files
style.css
CHANGED
|
@@ -21,6 +21,12 @@ code {
|
|
| 21 |
font-family: IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
|
| 22 |
}
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
@media (min-width: 640px) {
|
| 25 |
.container {
|
| 26 |
max-width:640px
|
|
|
|
| 21 |
font-family: IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
|
| 22 |
}
|
| 23 |
|
| 24 |
+
a {
|
| 25 |
+
color: black;
|
| 26 |
+
font-weight: 500;
|
| 27 |
+
text-decoration: underline;
|
| 28 |
+
}
|
| 29 |
+
|
| 30 |
@media (min-width: 640px) {
|
| 31 |
.container {
|
| 32 |
max-width:640px
|