diff --git a/index.eex b/index.eex index 93d7716..2a3720d 100644 --- a/index.eex +++ b/index.eex @@ -28,6 +28,23 @@ ul { margin: 10px; } + + .services{ + list-style-type: none; + } + + li.link{ + list-style-type: none; + } + + li.link > a{ + color: #0066cc + } + + li.link > a:hover{ + font-size: xx-large; + color: #004d2e + } @@ -37,13 +54,14 @@

Last synced <%= DateTime.truncate(last_updated, :second) %>

-