Authentication #170
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ h3 {
|
|||
}
|
||||
|
||||
.h3--secondary {
|
||||
color: #999999;
|
||||
color: lightgray;
|
||||
}
|
||||
|
||||
h4 {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<div class="wrapper">
|
||||
{{> topBar}}
|
||||
<div>
|
||||
<h3>{{this.channelName}}<span class="h3--secondary">:{{this.shortChannelId}}</span></h3>
|
||||
<h3>{{this.channelName}}<span class="h3--secondary">:{{this.longChannelId}}</span></h3>
|
||||
<p>Below is all the free content in this channel.</p>
|
||||
{{#each this.claims}}
|
||||
{{> contentListItem}}
|
||||
|
|
Loading…
Reference in a new issue