bluenevus commited on
Commit
f86b3e2
·
verified ·
1 Parent(s): 2b4bd58

Update assets/custom.css

Browse files
Files changed (1) hide show
  1. assets/custom.css +10 -7
assets/custom.css CHANGED
@@ -60,12 +60,15 @@ body {
60
  background-color: #FFFFFF;
61
  }
62
 
63
- .left-buttons-container .btn-link {
64
- color: #454545;
65
- background-color: transparent;
66
- border: none;
 
 
67
  }
68
- .left-buttons-container .btn-link:hover {
69
- background-color: #E0E0E0;
70
- color: #1C304A;
 
71
  }
 
60
  background-color: #FFFFFF;
61
  }
62
 
63
+ .custom-button {
64
+ color: #1C304A !important;
65
+ background-color: transparent !important;
66
+ border: none !important;
67
+ text-align: left !important;
68
+ padding-left: 0 !important;
69
  }
70
+
71
+ .custom-button:hover {
72
+ color: #116F70 !important;
73
+ background-color: #DEF4F4 !important;
74
  }