allenhzy commited on
Commit
ac6d150
·
1 Parent(s): 65e2175
Files changed (1) hide show
  1. static/css/custom.css +3 -1
static/css/custom.css CHANGED
@@ -6,4 +6,6 @@
6
 
7
  #adaptive-loss-formula .formula-list a:hover, #adaptive-demo #defense-methods .defense:hover { background: #555; color: #FFF; }
8
 
9
- #adaptive-dataset a { display: inline-block; width: 250px; margin: 0 20px; padding: 8px 10px; text-align: center; background: #DDD; cursor: pointer; text-decoration: none; color: #333; border-radius: 10px; user-select: none; transition-duration: 0.3s; }
 
 
 
6
 
7
  #adaptive-loss-formula .formula-list a:hover, #adaptive-demo #defense-methods .defense:hover { background: #555; color: #FFF; }
8
 
9
+ #adaptive-dataset a { display: inline-block; width: 250px; margin: 0 20px; padding: 8px 10px; text-align: center; background: #DDD; cursor: pointer; text-decoration: none; color: #333; border-radius: 10px; user-select: none; transition-duration: 0.3s; }
10
+
11
+ #adaptive-dataset a:hover, #adaptive-demo #defense-methods .defense:hover { background: #555; color: #FFF; }