We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f719bf7 commit 03eb3a6Copy full SHA for 03eb3a6
src/components/terminal/terminalTouchSelection.css
@@ -71,7 +71,7 @@
71
padding: 12px 16px;
72
border: none;
73
background: transparent;
74
- color: #fff;
+ color: var(--primary-text-color);
75
font-size: 14px;
76
font-weight: 500;
77
text-align: center;
@@ -85,12 +85,12 @@
85
86
.terminal-context-menu button:hover,
87
.terminal-context-menu button:focus {
88
- background: #616161;
+ background: var(--popup-border-color);
89
outline: none;
90
}
91
92
.terminal-context-menu button:active {
93
- background: #757575;
+ background: rgba(var(--secondary-color), 0.5);
94
95
96
@media (min-width: 768px) {
0 commit comments