Spaces:
Running
Running
adapive
Browse files- static/css/custom.css +1 -1
static/css/custom.css
CHANGED
@@ -6,6 +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:
|
10 |
|
11 |
#adaptive-dataset a:hover, #adaptive-demo #defense-methods .defense:hover { background: #555; color: #FFF; }
|
|
|
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: 20px 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; }
|