aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorHumairAK <humair88@hotmail.com>2016-07-13 08:10:58 +0000
committerHumairAK <humair88@hotmail.com>2016-07-13 08:10:58 +0000
commit8e52b58efedda826184280abbd9cf2c477fecde2 (patch)
treeed9546fc1fb4ad8889b021edb412d54ec7f21065 /assets
parent34f2139f567fb065dce41ff289588066188df096 (diff)
parent3408c09a9ad73895bff43d26f348d720314a2ce0 (diff)
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index c959139..35eb354 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -13,8 +13,8 @@ ul {
list-style-type: none;
}
-a {
- text-decoration: none;
+a, a:hover {
+ text-decoration: none!important;
}
h1{
@@ -280,7 +280,6 @@ section.solutions-card{
width: 95%;
margin-left: 2.5%;
margin-bottom: 2%;
- cursor: pointer;
padding-bottom: 5px;
}