colour hashtags

This commit is contained in:
Jarrad Hope 2016-07-08 19:20:40 +02:00
parent 5e522f3157
commit 41f09e43d5
4 changed files with 15 additions and 7 deletions

View File

@ -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

View File

@ -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>

0
src/js/libs.min.js vendored Executable file → Normal file
View File

View File

@ -1169,3 +1169,7 @@ footer {
animation-fill-mode: both;
}
.hashtag {
color: #7099e6;
}