Skip to content

Replace missed color-text that aligns with issue #777 intended changes #841

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 4 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.color-text {
font-weight: bold;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
</style>
</head>
Expand Down Expand Up @@ -716,12 +712,9 @@ <h3>Credentials</h3>
<a>verifiable credentials</a>. <a href="#info-graph-vc"></a> below shows a
more complete depiction of a <a>verifiable credential</a>, which is normally
composed of at least two information <a>graphs</a>. The first <a>graph</a>
expresses the <a>verifiable credential</a> itself, which contains
<span class="color-text" style="color:#d5a6bd;">credential metadata</span> and
<span class="color-text" style="color:#ffe599;">claims</span>. The second
<a>graph</a> expresses the
<span class="color-text" style="color:#b6d7a8;">digital proof</span>, which is
usually a digital signature.
expresses the <a>verifiable credential</a> itself, which contains credential
metadata and <a>claims</a>. The second <a>graph</a> expresses the digital proof,
which is usually a digital signature.
</p>

<figure id="info-graph-vc">
Expand Down Expand Up @@ -811,7 +804,7 @@ <h3>Presentations</h3>
<code>verifiableCredential</code> property in the Presentation <a>Graph</a>
refers to one or more <a>verifiable credentials</a>, each being one of the
second information <a>graphs</a>, i.e., a self-contained Credential
<a>Graph</a>), which in turn contains credential metadata and claims. The
<a>Graph</a>, which in turn contains credential metadata and claims. The
third information <a>graph</a>, the Credential Proof <a>Graph</a>, expresses
the credential graph proof, which is usually a digital signature. The fourth
information <a>graph</a>, the Presentation Proof <a>Graph</a>, expresses the
Expand Down