diff --git a/assets/assets.qtpl.go b/assets/assets.qtpl.go index aef5d36..2cbf0bd 100644 --- a/assets/assets.qtpl.go +++ b/assets/assets.qtpl.go @@ -394,6 +394,8 @@ a:visited, .wikilink_external:visited { color: #ffb86c; } blockquote { border-left: 4px #ddd solid; } .transclusion .transclusion__link { color: #ddd; } + +.btn, article code, article .codeblock, .transclusion, @@ -404,13 +406,14 @@ article .codeblock, .upload-amnt, textarea, table { border: 0; background-color: #444444; color: #ddd; } +.btn:visited { color: #ddd;} + .transclusion code, .transclusion .codeblock { background-color: #454545; } mark { background: rgba(130, 80, 30, 5); color: inherit; } @media screen and (max-width: 800px) { .hypha-tabs { background-color: #232323; } } - .btn { background-color: #ddd; color: black; } } diff --git a/assets/default.css b/assets/default.css index 24f0a24..696b0cd 100644 --- a/assets/default.css +++ b/assets/default.css @@ -279,6 +279,8 @@ a:visited, .wikilink_external:visited { color: #ffb86c; } blockquote { border-left: 4px #ddd solid; } .transclusion .transclusion__link { color: #ddd; } + +.btn, article code, article .codeblock, .transclusion, @@ -289,13 +291,14 @@ article .codeblock, .upload-amnt, textarea, table { border: 0; background-color: #444444; color: #ddd; } +.btn:visited { color: #ddd;} + .transclusion code, .transclusion .codeblock { background-color: #454545; } mark { background: rgba(130, 80, 30, 5); color: inherit; } @media screen and (max-width: 800px) { .hypha-tabs { background-color: #232323; } } - .btn { background-color: #ddd; color: black; } } diff --git a/views/hypha.qtpl b/views/hypha.qtpl index e514fdd..d611049 100644 --- a/views/hypha.qtpl +++ b/views/hypha.qtpl @@ -22,7 +22,7 @@
Write a note, a diary, an article, a story or anything textual using Mycomarkup.
Make sure to follow this wiki's writing conventions if there are any.
- Create + CreateWrite a note, a diary, an article, a story or anything textual using Mycomarkup.
Make sure to follow this wiki's writing conventions if there are any.
- - +