Semi-transparent sections background

This commit is contained in:
GitSquared 2017-02-12 12:13:16 +01:00
parent 2919ab9e79
commit d0515095ba
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,6 @@ section#main_shell {
align-items: flex-start;
justify-content: flex-end;
flex-wrap: nowrap;
background-color: #050505;
}
section#main_shell pre {
@ -21,8 +20,8 @@ section#main_shell pre {
}
.terminal {
background-color: #000;
color: #fff;
background-color: transparent;
color: inherit;
font-family: inherit;
position: relative;
}

View File

@ -21,6 +21,7 @@ body {
section {
border: 2px solid #a0a5a3;
background-color: rgba(5, 5, 5, 0.5);
padding: 15px;
overflow: hidden;
opacity: 0.6;