Commit a21a4444 authored by Rob Stupay's avatar Rob Stupay Committed by yann300

update for metro theme

parent 2ccdebb6
......@@ -31,7 +31,7 @@ var css = csjs`
.txTable, .tr, .td {
border-collapse: collapse;
font-size: 10px;
color: ${styles.terminal.text_Secondary};
color: ${styles.terminal.text_Primary};
border: 1px solid ${styles.terminal.text_Secondary};
}
#txTable {
......
......@@ -27,7 +27,6 @@ var css = csjs`
min-height : 1.7em;
overflow : hidden;
}
.bar {
display : flex;
min-height : 3em;
......@@ -101,19 +100,6 @@ var css = csjs`
flex-direction: column;
height: 100%;
}
// .inner_terminal::after {
// content : "";
// background-image : url(assets/img/remix_logo_white_512x512.svg);
// opacity : 0.1;
// top : 15%;
// left : 33%;
// bottom : 0;
// right : 0;
// position : absolute;
// // z-index : -1;
// background-repeat : no-repeat;
// background-size : 45%;
// }
.journal {
margin-top : auto;
font-family : monospace;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment