colour hashtags
This commit is contained in:
parent
5e522f3157
commit
41f09e43d5
|
@ -1137,6 +1137,9 @@ footer {
|
|||
-webkit-animation-fill-mode: both;
|
||||
animation-fill-mode: both; }
|
||||
|
||||
.hashtag {
|
||||
color: #7099e6; }
|
||||
|
||||
/* Import Libs SASS/CSS */
|
||||
/**
|
||||
* Swiper 3.3.1
|
||||
|
|
|
@ -433,7 +433,7 @@
|
|||
<div class="card-avatar avatar-wallet">
|
||||
</div>
|
||||
<h3>Jarrad</h3>
|
||||
<p>Offering fiat to ether exchange services in Berlin #USDtoETH #localexchange</p>
|
||||
<p>Offering fiat to ether exchange services in <span class="hashtag">#Berlin #USDtoETH #localexchange</span></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide">
|
||||
|
@ -442,7 +442,7 @@
|
|||
<div class="card-avatar avatar-etherwall">
|
||||
</div>
|
||||
<h3>Carl</h3>
|
||||
<p>Trading #BTCtoETH. Smart contracts only. Reputable Trader. #virtualexchange</p>
|
||||
<p>Trading <span class="hashtag">#BTCtoETH</span>. Smart contracts only. Reputable Trader. <span class="hashtag">#virtualexchange</span></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide">
|
||||
|
@ -451,7 +451,7 @@
|
|||
<div class="card-avatar avatar-etheroll">
|
||||
</div>
|
||||
<h3>Dan</h3>
|
||||
<p>Looking to buy #DGDtoETH or to chat about #solidity or #serpent</p>
|
||||
<p>Looking to buy <span class="hashtag">#DGDtoETH</span> or to chat about <span class="hashtag">#solidity</span> or <span class="hashtag">#serpent</span></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -469,7 +469,7 @@
|
|||
<div class="card-avatar avatar-wallet">
|
||||
</div>
|
||||
<h3>Jarrad</h3>
|
||||
<p>Offering fiat to ether exchange services in Berlin #USDtoETH #localexchange</p>
|
||||
<p>Offering fiat to ether exchange services in <span class="hashtag">#Berlin #USDtoETH #localexchange</span></p>
|
||||
</div>
|
||||
|
||||
<div class="block-square">
|
||||
|
@ -477,7 +477,7 @@
|
|||
<div class="card-avatar avatar-etherwall">
|
||||
</div>
|
||||
<h3>Carl</h3>
|
||||
<p>Trading #BTCtoETH. Smart contracts only. Reputable Trader. #virtualexchange</p>
|
||||
<p>Trading <span class="hashtag">#BTCtoETH</span>. Smart contracts only. Reputable Trader. <span class="hashtag">#virtualexchange</span></p>
|
||||
</div>
|
||||
|
||||
<div class="block-square">
|
||||
|
@ -485,7 +485,7 @@
|
|||
<div class="card-avatar avatar-etheroll">
|
||||
</div>
|
||||
<h3>Dan</h3>
|
||||
<p>Looking to buy #DGDtoETH or to chat about #solidity or #serpent</p>
|
||||
<p>Looking to buy <span class="hashtag">#DGDtoETH</span> or to chat about <span class="hashtag">#solidity</span> or <span class="hashtag">#serpent</span></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -604,7 +604,8 @@
|
|||
<div class="footer-links">
|
||||
<a href="#">About</a>
|
||||
<a href="#">Jobs</a>
|
||||
<a href="#">Press</a>
|
||||
<!-- <a href="#">Press</a> -->
|
||||
<a href="https://github.com/status-im">Github</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1169,3 +1169,7 @@ footer {
|
|||
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
|
||||
.hashtag {
|
||||
color: #7099e6;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue