diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/init.moon | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/init.moon b/app/init.moon index 684c30a..e0eecf6 100644 --- a/app/init.moon +++ b/app/init.moon @@ -70,7 +70,10 @@ table.insert routes, { -- menu append h1 { - style: { position: 'relative' }, + style: { + position: 'relative', + 'border-bottom': '1px solid #000' + }, 'mmm', a { style: { |
