From bd64c12e4538f49f0fc7e02d523a5d75ff8aebf2 Mon Sep 17 00:00:00 2001 From: Aki Kareha Date: Wed, 17 Sep 2025 21:31:17 +0900 Subject: [PATCH] Add dark mode --- internal/action/static/logo-dark.png | Bin 0 -> 204 bytes internal/action/static/style.css | 21 +++++++++++++++++++++ internal/action/static/tile-dark.png | Bin 0 -> 156 bytes internal/util/templates/all.html | 8 +++++++- internal/util/templates/edit.html | 10 ++++++++-- internal/util/templates/revision.html | 10 ++++++++-- internal/util/templates/revisions.html | 8 +++++++- internal/util/templates/search.html | 8 +++++++- internal/util/templates/view.html | 10 ++++++++-- 9 files changed, 66 insertions(+), 9 deletions(-) create mode 100644 internal/action/static/logo-dark.png create mode 100644 internal/action/static/tile-dark.png diff --git a/internal/action/static/logo-dark.png b/internal/action/static/logo-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..2adb1cd6ae5cddbab764bcc4187ecd5fec7878d7 GIT binary patch literal 204 zcmeAS@N?(olHy`uVBq!ia0vp^3P3Et!VDx^^%Amx6n}tEh%1n0U^TL5078@h3=Hxy z+wFiN6`n4RArhBEdmA~AIB>9tpJSW%-eDa>GjGR||Fbq#egByvc(5?mkmt&)wU2l2 zzI$Nhp~F0WA2Kf*YW%u);BEaTnf`$FH|zQ3^IJt7?kF%@Do)m@nj0L_%)_l{8oGR& yvsHs~V6HOP1tBNqgE#w5txlO!D>ChAZt8b{an^LB{Ts5!*C^+ literal 0 HcmV?d00001 diff --git a/internal/util/templates/all.html b/internal/util/templates/all.html index b1ab7b3..42b56d8 100644 --- a/internal/util/templates/all.html +++ b/internal/util/templates/all.html @@ -11,7 +11,13 @@
-{{.SiteName}} + + + + +{{.SiteName}} + + Back
diff --git a/internal/util/templates/edit.html b/internal/util/templates/edit.html index 4b8b06c..67b18ba 100644 --- a/internal/util/templates/edit.html +++ b/internal/util/templates/edit.html @@ -5,9 +5,9 @@ + - @@ -29,7 +29,13 @@
-{{.SiteName}} + + + + +{{.SiteName}} + + Cancel
diff --git a/internal/util/templates/revision.html b/internal/util/templates/revision.html index 5705caa..caf5df3 100644 --- a/internal/util/templates/revision.html +++ b/internal/util/templates/revision.html @@ -5,9 +5,9 @@ + - @@ -17,7 +17,13 @@
-{{.SiteName}} + + + + +{{.SiteName}} + + Current Rev.
diff --git a/internal/util/templates/revisions.html b/internal/util/templates/revisions.html index e78673b..930a6b9 100644 --- a/internal/util/templates/revisions.html +++ b/internal/util/templates/revisions.html @@ -12,7 +12,13 @@
-{{.SiteName}} + + + + +{{.SiteName}} + + Current
diff --git a/internal/util/templates/search.html b/internal/util/templates/search.html index 8728e08..f79f3c1 100644 --- a/internal/util/templates/search.html +++ b/internal/util/templates/search.html @@ -30,7 +30,13 @@ Content Search
-{{.SiteName}} + + + + +{{.SiteName}} + + Back All
diff --git a/internal/util/templates/view.html b/internal/util/templates/view.html index 58dd782..2b21299 100644 --- a/internal/util/templates/view.html +++ b/internal/util/templates/view.html @@ -4,9 +4,9 @@ + - @@ -24,7 +24,13 @@
-{{.SiteName}} + + + + +{{.SiteName}} + + Edit Rev. Search