diff --git a/assets/gotosocial/themes/night-owl.css b/assets/gotosocial/themes/night-owl.css index 132a9b3..d42ea55 100644 --- a/assets/gotosocial/themes/night-owl.css +++ b/assets/gotosocial/themes/night-owl.css @@ -125,3 +125,10 @@ a:hover, a:active { color: var(--night-owl-button-dark); transition: 0.5s } + +ul { + li::before { + color: var(--night-owl-light-purple); + content: "\29BF"; + } +} diff --git a/config b/config index 68ec757..fb6c324 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit 68ec757f985e0626603bd5e47ecfdcb2e49de2d9 +Subproject commit fb6c324a1af6b9f21173be9e575e1a881d6f24b1 diff --git a/templates/gotosocial/Dockerfile.gotmpl b/templates/gotosocial/Dockerfile.gotmpl index 4e23339..c6ce2a1 100644 --- a/templates/gotosocial/Dockerfile.gotmpl +++ b/templates/gotosocial/Dockerfile.gotmpl @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM alpine:3.19 +FROM alpine:3.20 WORKDIR /tmp