mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
20 lines
327 B
Text
20 lines
327 B
Text
* {
|
|
font-family: Inconsolata, Lucida Console, Andale Mono, Monaco;
|
|
font-size: 14px;
|
|
}
|
|
|
|
#promptTextEdit {
|
|
color: rgb(117, 133, 140);
|
|
}
|
|
|
|
#promptTextEdit:!enabled {
|
|
color: rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
#promptGutterLabel {
|
|
color: rgba(117, 133, 140);
|
|
}
|
|
|
|
#promptGutterLabel:!enabled {
|
|
color: rgba(0, 0, 0, 0.5);
|
|
}
|