diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-10-27 14:34:08 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-10-27 14:36:50 +0000 |
| commit | b5ff379eb327fd45ad9e46a24b5f6dad17f9017f (patch) | |
| tree | ac1da7fbf5dd18f1e3c5adcecd0746eafb68538b /app/init.moon | |
| parent | add to webring (diff) | |
| download | mmm-b5ff379eb327fd45ad9e46a24b5f6dad17f9017f.tar.gz mmm-b5ff379eb327fd45ad9e46a24b5f6dad17f9017f.zip | |
readme etc
Diffstat (limited to 'app/init.moon')
| -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: { |
