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

View file

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