Prajith04 commited on
Commit
4d41769
·
verified ·
1 Parent(s): 1c4614a

Update static/styles.css

Browse files
Files changed (1) hide show
  1. static/styles.css +2 -1
static/styles.css CHANGED
@@ -133,10 +133,11 @@ button:hover {
133
  cursor: pointer;
134
  padding: 5px;
135
  background-color: #f0f0f0;
136
- margin-bottom: 5px;
137
  border-radius: 4px;
138
  }
139
 
140
  .examples li:hover {
141
  background-color: #e0e0e0;
 
142
  }
 
133
  cursor: pointer;
134
  padding: 5px;
135
  background-color: #f0f0f0;
136
+ margin-bottom: 20px;
137
  border-radius: 4px;
138
  }
139
 
140
  .examples li:hover {
141
  background-color: #e0e0e0;
142
+ color:#2641ed
143
  }