diff --git a/src/index.pug b/src/index.pug index 85c967e..dcd9c75 100644 --- a/src/index.pug +++ b/src/index.pug @@ -128,8 +128,8 @@ html | a Warcraft 3 custom map (cJASS) h2 Supporters: ul.supporters - li.plain Mark Gromov - li.plain + li.legendary Mark Gromov + li.rare a(href="https://github.com/ljuti") Lauri Jutila p.thanks i Thanks to all my supporters for helping me to dedicate even more time on the open-source projects! diff --git a/src/style.sass b/src/style.sass index 5714fef..5b55fb9 100644 --- a/src/style.sass +++ b/src/style.sass @@ -70,6 +70,15 @@ ul.projects ul.supporters list-style: square + li + &.rare + &, & a + color: #2c58a2 + + &.legendary + &, & a + color: #f0741c + .thanks margin-top: 1rem