mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 21:51:29 +08:00
using text color for commandline entries to increase readability
This commit is contained in:
parent
7adbccf7db
commit
a6eab83e9b
1 changed files with 3 additions and 1 deletions
|
|
@ -90,7 +90,7 @@
|
|||
padding: 0.5rem 1rem;
|
||||
font-size: 0.75rem;
|
||||
line-height: 0.75rem;
|
||||
color: var(--sub-color);
|
||||
color: var(--text-color);
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr;
|
||||
|
||||
|
|
@ -106,10 +106,12 @@
|
|||
margin-right: 0.5rem;
|
||||
text-align: center;
|
||||
width: 1.25em;
|
||||
color: var(--sub-color);
|
||||
}
|
||||
|
||||
.fas {
|
||||
margin-right: 0.5rem;
|
||||
color: var(--sub-color);
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue