completely fix black terminal colors
This commit is contained in:
parent
6f74986b42
commit
8c8d5ab9c7
|
@ -5,7 +5,7 @@ div#resume_js_app {
|
||||||
border: 1px solid #e1e1e1;
|
border: 1px solid #e1e1e1;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
box-shadow: 0 2px 4px #30303060;
|
box-shadow: 0 2px 4px #30303060;
|
||||||
color: #e1e1e1;
|
color: #e1e1e1 !important;
|
||||||
}
|
}
|
||||||
div#resume_js_app p.js_loading_indicator {
|
div#resume_js_app p.js_loading_indicator {
|
||||||
padding: 0; margin: 0;
|
padding: 0; margin: 0;
|
||||||
|
@ -15,3 +15,7 @@ div#resume_js_app p.js_loading_indicator {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#resume_js_app * {
|
||||||
|
color: #e1e1e1;
|
||||||
|
}
|
Loading…
Reference in New Issue