all repos — honk @ 015a89464da28eccac72c4a3aac6874680a4e738

my fork of honk

fix border colors in honkform and text
Anirudh Oppiliappan x@icyphox.sh
Wed, 21 Jun 2023 21:43:56 +0300
commit

015a89464da28eccac72c4a3aac6874680a4e738

parent

f90b8c0b8ce088792b585ce2d4975ebdf0fb2656

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M views/honkform.htmlviews/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.cssviews/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);