From 4793c6ffec10fcd44a2b1b117d65494e10640d64 Mon Sep 17 00:00:00 2001 From: mithereal Date: Sat, 17 Sep 2022 16:16:15 -0700 Subject: [PATCH] add some css --- index.eex | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) 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) %>

-