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 f63e1ba..a5ad0e4 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -14,8 +14,8 @@ ul {
list-style-type: none;
}
-a {
- text-decoration: none;
+a, a:hover {
+ text-decoration: none!important;
}
h1{
@@ -324,7 +324,6 @@ section.solutions-card{
width: 95%;
margin-left: 2.5%;
margin-bottom: 2%;
- cursor: pointer;
padding-bottom: 5px;
}