Added Linux-friendly font
Updated solution file to match README for this exercise updated with this Pull.
This commit is contained in:
parent
4b7123060d
commit
a1154cea25
|
@ -1,6 +1,6 @@
|
|||
.odd {
|
||||
background-color: rgb(255, 167, 167);
|
||||
font-family: Verdana, sans-serif;
|
||||
font-family: Verdana, DejaVu Sans, sans-serif;
|
||||
}
|
||||
|
||||
.oddly-cool {
|
||||
|
@ -16,4 +16,4 @@
|
|||
background-color: hsl(120, 100%, 75%);
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue