all repos — honk @ 2870ad7b53f0154c1584f7a5243801b2c5da5124

my fork of honk

be mindful style for summary applies only to our details field
Ted Unangst tedu@tedunangst.com
Sat, 29 Jul 2023 14:36:30 -0400
commit

2870ad7b53f0154c1584f7a5243801b2c5da5124

parent

784f93efdd9bbd18894a5a7f419818fcefc8ce48

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

jump to
M go.modgo.mod

@@ -11,3 +11,5 @@ golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4

humungus.tedunangst.com/r/go-sqlite3 v1.1.3 humungus.tedunangst.com/r/webs v0.6.63 ) + +replace humungus.tedunangst.com/r/webs => ../webs
M views/honk.htmlviews/honk.html

@@ -52,7 +52,7 @@ {{ end }}

</header> <p> <details class="noise" {{ .Open }} > -<summary>{{ .HTPrecis }}<p></summary> +<summary class="noise">{{ .HTPrecis }}<p></summary> <p>{{ .HTPrecis }} <p class="content">{{ .HTML }} {{ with .Time }}
M views/style.cssviews/style.css

@@ -309,7 +309,7 @@ }

.limited details.actions summary { color: var(--fg-limited); } -details.noise[open] summary { +details.noise[open] summary.noise { display: none; } h1, h2 {