style: bold project names, better font

This commit is contained in:
2018-09-22 16:45:52 +03:00
parent f2b98ae01d
commit 09d3b4e901
2 changed files with 6 additions and 2 deletions

View File

@@ -111,5 +111,6 @@ html
img(src=stars("vladfaust", "unity-wakatime")) img(src=stars("vladfaust", "unity-wakatime"))
| a Unity Wakatime integration (C#) | a Unity Wakatime integration (C#)
li 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) | a Warcraft 3 custom map (cJASS)

View File

@@ -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' @import './settings.json'
body body
@@ -46,6 +46,9 @@ ul.projects
margin: 0 margin: 0
list-style: none list-style: none
.title
font-weight: bold
li li
&:not(:first-of-type) &:not(:first-of-type)
margin-top: 0.75rem margin-top: 0.75rem