Commit 8755093eceb3484c070c43f06a65926f4eb3d779

Authored by Kuldeep Arora
1 parent a55afb325a
Exists in master

css

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
app/css/custom.css
... ... @@ -11,7 +11,10 @@ Assigned to: You
11 11 body{
12 12 color: #333;
13 13 }
14   -
  14 +a, a:hover{
  15 + text-decoration: none;
  16 + color: initial;
  17 +}
15 18 .custom-widget-content{
16 19 width: 100%;
17 20 height: auto;
... ...