Update styles.css
Browse files- styles.css +15 -0
styles.css
CHANGED
|
@@ -29,3 +29,18 @@
|
|
| 29 |
text-align: start;
|
| 30 |
}
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
text-align: start;
|
| 30 |
}
|
| 31 |
|
| 32 |
+
/* .token_btn{
|
| 33 |
+
background-color: none;
|
| 34 |
+
background: none;
|
| 35 |
+
border: none;
|
| 36 |
+
padding: 0;
|
| 37 |
+
font: inherit;
|
| 38 |
+
cursor: pointer;
|
| 39 |
+
color: blue;
|
| 40 |
+
font-weight: bold;
|
| 41 |
+
}
|
| 42 |
+
|
| 43 |
+
.token_btn:hover {
|
| 44 |
+
color: red;
|
| 45 |
+
}
|
| 46 |
+
*/
|