dar-tau commited on
Commit
529784a
1 Parent(s): 70d71c9

Update styles.css

Browse files
Files changed (1) hide show
  1. 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
+ */