EN: A question for the LogSeq experts: is it possible to design the different graphs differently? I always have several graphs open at the same time and would like to recognise immediately which graph I am in.
-–
DE: Eine Frage an die LogSeq-Experten: gibt es die Möglichkeit, die verschiedenen Graphen optisch unterschiedlich zu gestalten? Ich habe ständig mehrere Graphen parallel offen und möchte sofort erkennen, in welchem Graphen ich mich befinde.

#LogSeq

  • asmund@mastodon.social
    link
    fedilink
    arrow-up
    5
    ·
    7 months ago

    @jeff @logseq have a css snippet that sets a custom background color on the header bar. I use different colors on the different graphs for exactly this purpose.

    .cp__header {
    background-color: pink;
    }