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 {
|
.odd {
|
||||||
background-color: rgb(255, 167, 167);
|
background-color: rgb(255, 167, 167);
|
||||||
font-family: Verdana, sans-serif;
|
font-family: Verdana, DejaVu Sans, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.oddly-cool {
|
.oddly-cool {
|
||||||
|
|
Loading…
Reference in New Issue