diff --git a/src/index.pug b/src/index.pug index 9f6265e..9a745bd 100644 --- a/src/index.pug +++ b/src/index.pug @@ -111,5 +111,6 @@ html img(src=stars("vladfaust", "unity-wakatime")) | a Unity Wakatime integration (C#) li - a(href="http://xgm.guru/p/ufs") UFS Arena + a(href="http://xgm.guru/p/ufs") + span.title UFS Arena | a Warcraft 3 custom map (cJASS) diff --git a/src/style.sass b/src/style.sass index 63f0076..d65a9af 100644 --- a/src/style.sass +++ b/src/style.sass @@ -1,4 +1,4 @@ -@import url('https://fonts.googleapis.com/css?family=Roboto') +@import url('https://fonts.googleapis.com/css?family=Roboto:400,700') @import './settings.json' body @@ -46,6 +46,9 @@ ul.projects margin: 0 list-style: none + .title + font-weight: bold + li &:not(:first-of-type) margin-top: 0.75rem