diff --git a/themes/maya0x17/static/theme.scss b/themes/maya0x17/static/theme.scss index 293c3eb..ef2d103 100644 --- a/themes/maya0x17/static/theme.scss +++ b/themes/maya0x17/static/theme.scss @@ -167,3 +167,15 @@ code { height: 0; z-index: 3; } +#menu-noscript-row { + margin: auto; + max-width: 60em; + nav { + font-size: 110%; + font-weight: bold; + font-family: 'Caesar Dressing', Helvetica, cursive; + text-align: center; + ul { list-style: none; } + li { display: inline; padding-right: 3em;} + } +} diff --git a/themes/maya0x17/templates/base.html b/themes/maya0x17/templates/base.html index d64b841..189aa4a 100644 --- a/themes/maya0x17/templates/base.html +++ b/themes/maya0x17/templates/base.html @@ -68,6 +68,25 @@ +