From 41f09e43d5ee1b32808adb528f3088c249b2f091 Mon Sep 17 00:00:00 2001 From: Jarrad Hope Date: Fri, 8 Jul 2016 19:20:40 +0200 Subject: [PATCH] colour hashtags --- src/css/main.css | 3 +++ src/index.html | 15 ++++++++------- src/js/libs.min.js | 0 src/sass/index.scss | 4 ++++ 4 files changed, 15 insertions(+), 7 deletions(-) mode change 100755 => 100644 src/js/libs.min.js 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; +}