TMBoeren commited on
Commit
6ae2515
1 Parent(s): 03b74a0

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +5 -0
styles.css CHANGED
@@ -59,6 +59,11 @@
59
  --color-button-hover: #00647D;
60
  }
61
 
 
 
 
 
 
62
  body, .gradio-container * {
63
  font-family: var(--font) !important;
64
  font-weight: 300 !important;
 
59
  --color-button-hover: #00647D;
60
  }
61
 
62
+ ::selection {
63
+ background: var(--color-orange) !important;
64
+ color: var(--color-white) !important;
65
+ }
66
+
67
  body, .gradio-container * {
68
  font-family: var(--font) !important;
69
  font-weight: 300 !important;