Skip to content

Commit

Permalink
Tweak draft notes
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Jul 11, 2024
1 parent bfadd0a commit eb8f0a6
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 14 deletions.
7 changes: 6 additions & 1 deletion assets/uts-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,15 @@ svg.embedded-tex-svg {
--taxon-color: #d369cb;
}

section.block {
padding-left: 1em;
padding-right: 1em;
}

section[data-taxon] {
border-left: 5px solid var(--taxon-color);
margin: 1em 0 1em 0;
padding: 1em 1em 1em 1em;
border-left: 5px solid var(--taxon-color);
background-color: color-mix(in srgb, var(--taxon-color) 6%, var(--uts-background) 94%);
}

Expand Down
3 changes: 3 additions & 0 deletions trees/math-0001.tree
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
\query{
\query/and{
\query/tag{draft}
\query/not{
\query/tag{tt}
}
% \query/or{
% \query/taxon{definition}
% \query/taxon{theorem}
Expand Down
16 changes: 16 additions & 0 deletions trees/math-000A.tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
\import{tt-macros}
\tag{draft}

\title{Test PDF}

% \transclude{tt-002E}

% \transclude{tt-002B}

% \transclude{tt-001Q}

% \transclude{tt-003A}

% \transclude{tt-0038}

% \p{\ref{tt-002E}}
14 changes: 1 addition & 13 deletions trees/tt-003B.tree
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
\import{tt-macros}

\title{Test PDF}

% \transclude{tt-002E}

% \transclude{tt-002B}

% \transclude{tt-001Q}

% \transclude{tt-003A}

% \transclude{tt-0038}

% \p{\ref{tt-002E}}
% empty

0 comments on commit eb8f0a6

Please sign in to comment.