Skip to content

Commit 6253730

Browse files
kdenhartogmsporny
authored andcommitted
remove all usages of color-text style
1 parent dc76578 commit 6253730

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

index.html

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,6 @@
123123
-moz-user-select: none;
124124
-ms-user-select: none;
125125
user-select: none;
126-
}
127-
.color-text {
128-
font-weight: bold;
129-
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
130126
}
131127
</style>
132128
</head>
@@ -723,12 +719,9 @@ <h3>Credentials</h3>
723719
<a>verifiable credentials</a>. <a href="#info-graph-vc"></a> below shows a
724720
more complete depiction of a <a>verifiable credential</a>, which is normally
725721
composed of at least two information <a>graphs</a>. The first <a>graph</a>
726-
expresses the <a>verifiable credential</a> itself, which contains
727-
<span class="color-text" style="color:#d5a6bd;">credential metadata</span> and
728-
<span class="color-text" style="color:#ffe599;">claims</span>. The second
729-
<a>graph</a> expresses the
730-
<span class="color-text" style="color:#b6d7a8;">digital proof</span>, which is
731-
usually a digital signature.
722+
expresses the <a>verifiable credential</a> itself, which contains credential
723+
metadata and <a>claims</a>. The second <a>graph</a> expresses the digital proof,
724+
which is usually a digital signature.
732725
</p>
733726

734727
<figure id="info-graph-vc">

0 commit comments

Comments
 (0)