Daniel Siepmann 2024-05-06 06:54:15 +02:00
parent a4f0e6a8d1
commit 24e36f0882

View file

@ -2,10 +2,19 @@ options {
pageTree { pageTree {
showPageIdWithTitle = 1 showPageIdWithTitle = 1
searchInAlias = 1 searchInAlias = 1
backgroundColor { label {
2 = rgb(156, 217, 240); 2 {
39 = rgb(224, 150, 144); label = Blog Post
45 = rgb(255, 227, 119); color = rgb(156, 217, 240);
}
39 {
label = Error Page
color = rgb(224, 150, 144);
}
45 {
label = Workshop
color = rgb(255, 227, 119);
}
} }
} }
} }