completely fix black terminal colors

This commit is contained in:
b1ek 2023-03-10 22:00:52 +10:00
parent 6f74986b42
commit 8c8d5ab9c7
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 5 additions and 1 deletions

View File

@ -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;
@ -14,4 +14,8 @@ div#resume_js_app p.js_loading_indicator {
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
width: fit-content; width: fit-content;
text-align: center; text-align: center;
}
div#resume_js_app * {
color: #e1e1e1;
} }