2.9
Scope weather effects Scope objects Scope selection changes
This commit is contained in:
@@ -252,7 +252,7 @@
|
||||
transition: background 0.15s, border-color 0.15s, color 0.15s;
|
||||
}
|
||||
.scope-play:hover {
|
||||
background: rgba(200, 146, 42, 0.18);
|
||||
background: rgba(16, 10, 3, 0.8);
|
||||
border-color: rgba(200, 146, 42, 0.85);
|
||||
color: #f5edd6;
|
||||
}
|
||||
@@ -263,19 +263,19 @@
|
||||
color: #ffd98a;
|
||||
}
|
||||
.scope-play.is-playing:hover {
|
||||
background: #2e1d0a;
|
||||
background: #160d03;
|
||||
color: #ffe6b0;
|
||||
}
|
||||
.scope-play-icon { font-size: 9px; line-height: 1; }
|
||||
/* While playing, the simulated clock is the main readout — big, bright and
|
||||
monospaced so the digits don't jitter as they tick. */
|
||||
/* While playing, the simulated clock is the readout — same size as the idle
|
||||
label, but monospaced + tabular so the digits don't jitter as they tick. */
|
||||
.scope-play.is-playing .scope-play-label {
|
||||
font-family: 'JetBrains Mono', ui-monospace, monospace;
|
||||
font-size: 15px;
|
||||
font-size: 11px;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.5px;
|
||||
font-variant-numeric: tabular-nums;
|
||||
min-width: 52px;
|
||||
min-width: 40px;
|
||||
text-align: center;
|
||||
color: #ffd98a;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user