diff options
-rw-r--r-- | content_template.pandoc | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/content_template.pandoc b/content_template.pandoc index d748c4a..8293006 100644 --- a/content_template.pandoc +++ b/content_template.pandoc @@ -75,8 +75,19 @@ .button { float: left; - width: 256px; - color: #00ff00; + text-align: center; + height: 60px; + border-style: solid; + border-color: #303030; + border-left: 2px; + border-top: 2px; + border-bottom: 2px; + padding-left: 2em; + padding-right: 2em; + font-size: 20px; + line-height: 60px; + color: #808070; + background-color: #000000; } </style> @@ -92,8 +103,8 @@ </head> <body> <div class="header"> -<span class="button">writing index</span> -<span class="button">main index</span> +<a class="button" href="/writing/index.html">writing index</a> +<a class="button" href="/notes/index.html">main index</a> </div> $for(include-before)$ $include-before$ |