fix border colors in honkform and text
Anirudh Oppiliappan x@icyphox.sh
Wed, 21 Jun 2023 21:43:56 +0300
2 files changed,
2 insertions(+),
2 deletions(-)
M
views/honkform.html
→
views/honkform.html
@@ -49,7 +49,7 @@ </details>
<p> <textarea name="noise" id="honknoise">{{ .Noise }}</textarea> <p class="buttonarray"> -<button>it's gonna be honked</button> +<button>post!</button> <button name="preview" value="preview">preview</button> <button type=button name="cancel" value="cancel">cancel</button> </form>
M
views/style.css
→
views/style.css
@@ -269,7 +269,7 @@ }
.honk #honkform { padding: 1em; - border: 1px solid var(--fg); + border: 1px solid var(--hl); } .honk a { color: var(--fg);