diff --git a/src/css/main.css b/src/css/main.css index 8f7706f..de5c2ea 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -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 diff --git a/src/index.html b/src/index.html index 6585937..c37b550 100755 --- a/src/index.html +++ b/src/index.html @@ -433,7 +433,7 @@

Jarrad

-

Offering fiat to ether exchange services in Berlin #USDtoETH #localexchange

+

Offering fiat to ether exchange services in #Berlin #USDtoETH #localexchange

@@ -442,7 +442,7 @@

Carl

-

Trading #BTCtoETH. Smart contracts only. Reputable Trader. #virtualexchange

+

Trading #BTCtoETH. Smart contracts only. Reputable Trader. #virtualexchange

@@ -451,7 +451,7 @@

Dan

-

Looking to buy #DGDtoETH or to chat about #solidity or #serpent

+

Looking to buy #DGDtoETH or to chat about #solidity or #serpent

@@ -469,7 +469,7 @@

Jarrad

-

Offering fiat to ether exchange services in Berlin #USDtoETH #localexchange

+

Offering fiat to ether exchange services in #Berlin #USDtoETH #localexchange

@@ -477,7 +477,7 @@

Carl

-

Trading #BTCtoETH. Smart contracts only. Reputable Trader. #virtualexchange

+

Trading #BTCtoETH. Smart contracts only. Reputable Trader. #virtualexchange

@@ -485,7 +485,7 @@

Dan

-

Looking to buy #DGDtoETH or to chat about #solidity or #serpent

+

Looking to buy #DGDtoETH or to chat about #solidity or #serpent

@@ -604,7 +604,8 @@ diff --git a/src/js/libs.min.js b/src/js/libs.min.js old mode 100755 new mode 100644 diff --git a/src/sass/index.scss b/src/sass/index.scss index 512609a..aac592b 100644 --- a/src/sass/index.scss +++ b/src/sass/index.scss @@ -1169,3 +1169,7 @@ footer { animation-fill-mode: both; } + +.hashtag { + color: #7099e6; +}