diff --git a/index.html b/index.html
index ed81eb5..b5e4a13 100644
--- a/index.html
+++ b/index.html
@@ -839,6 +839,7 @@
+
diff --git a/script.js b/script.js
index fb144a2..6f49d6e 100644
--- a/script.js
+++ b/script.js
@@ -4840,6 +4840,7 @@ const docCategoryLabels = {
lasku: 'Lasku',
ohje: 'Ohje',
raportti: 'Raportti',
+ kuva: 'Kuva',
kokousmuistio: 'Kokousmuistio',
muu: 'Muu'
};
diff --git a/style.css b/style.css
index 0cc556a..a828f3e 100644
--- a/style.css
+++ b/style.css
@@ -1598,6 +1598,7 @@ span.empty {
.doc-category.cat-lasku { background: #fef3c7; color: #92400e; }
.doc-category.cat-ohje { background: #d1fae5; color: #065f46; }
.doc-category.cat-raportti { background: #ede9fe; color: #5b21b6; }
+.doc-category.cat-kuva { background: #fef9c3; color: #854d0e; }
.doc-category.cat-muu { background: #f3f4f6; color: #374151; }
.doc-category.cat-kokousmuistio { background: #fce7f3; color: #9d174d; }