|
@ -25,6 +25,8 @@ |
|
|
--cyan: #2aa198; |
|
|
--cyan: #2aa198; |
|
|
--green: #859900; |
|
|
--green: #859900; |
|
|
|
|
|
|
|
|
|
|
|
--card: 600px; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
body { |
|
|
body { |
|
@ -287,8 +289,9 @@ body::-webkit-scrollbar { |
|
|
.linked-xPROJECT.tagged-ARCHIVE .notes .innerContentContainer { |
|
|
.linked-xPROJECT.tagged-ARCHIVE .notes .innerContentContainer { |
|
|
color: var(--grey) !important; |
|
|
color: var(--grey) !important; |
|
|
} |
|
|
} |
|
|
.linked-xPROJECT.tagged-ARCHIVE .name .content { |
|
|
.linked-xPROJECT.tagged-ARCHIVE .name .content, |
|
|
text-decoration-color: var(--dark-grey) !important; |
|
|
.linked-xPROJECT.tagged-ARCHIVE .name .content time > span { |
|
|
|
|
|
text-decoration-color: var(--grey) !important; |
|
|
opacity: 1 !important; |
|
|
opacity: 1 !important; |
|
|
} |
|
|
} |
|
|
.linked-xPROJECT.tagged-ARCHIVE .name > .bullet { |
|
|
.linked-xPROJECT.tagged-ARCHIVE .name > .bullet { |
|
@ -300,7 +303,6 @@ body::-webkit-scrollbar { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.linked-xPROJECT.tagged-PLANT > .name > .content > .innerContentContainer::before { |
|
|
.linked-xPROJECT.tagged-PLANT > .name > .content > .innerContentContainer::before { |
|
|
/* filter: invert(50%) sepia(100%) saturate(300%) hue-rotate(340deg) brightness(100%) contrast(100%); */ |
|
|
|
|
|
color: var(--orange); |
|
|
color: var(--orange); |
|
|
} |
|
|
} |
|
|
.linked-xPROJECT.tagged-PLANT > .name .innerContentContainer, |
|
|
.linked-xPROJECT.tagged-PLANT > .name .innerContentContainer, |
|
@ -712,7 +714,7 @@ body::-webkit-scrollbar { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.boardCard { |
|
|
.boardCard { |
|
|
width: 640px !important; |
|
|
width: var(--card) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.boardCard .name, |
|
|
.boardCard .name, |
|
@ -752,7 +754,7 @@ body::-webkit-scrollbar { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.boardColumn > .name { |
|
|
.boardColumn > .name { |
|
|
min-width: 640px !important; |
|
|
min-width: var(--card) !important; |
|
|
width: 100% !important; |
|
|
width: 100% !important; |
|
|
margin: 8px 32px 0px 32px; |
|
|
margin: 8px 32px 0px 32px; |
|
|
padding: 0; |
|
|
padding: 0; |
|
|