aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-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;
}