terminal intigration

This commit is contained in:
megamichi 2024-09-16 21:01:46 +02:00
parent 68db073dfe
commit 66f5f97ee3
5 changed files with 119 additions and 0 deletions

View file

@ -1,5 +1,9 @@
a {
<<<<<<< HEAD
color: rgb(107, 214, 0);
=======
color: chartreuse;
>>>>>>> 079d2a0 (terminal intigration)
}
body {
@ -19,7 +23,10 @@ body {
padding: 10px;
border-radius: 20px;
border-style:hidden;
<<<<<<< HEAD
margin-bottom: 10px;
=======
>>>>>>> 079d2a0 (terminal intigration)
}
#buttons {
@ -27,11 +34,17 @@ body {
flex-direction: column;
padding: 10px;
}
<<<<<<< HEAD
.input {
color: chartreuse;
background-color: rgb(0, 0, 0);
=======
input {
color: chartreuse;
background-color: rgba(0, 0, 0, 0.1);
>>>>>>> 079d2a0 (terminal intigration)
border-color: chartreuse;
padding: 10px;
border-style: solid;
@ -39,8 +52,14 @@ body {
border-radius: 20px;
}
<<<<<<< HEAD
#terminal {
background-color: #0001002a;
=======
#terminal {
background-color: rgba(0, 0, 0, 0.1);
>>>>>>> 079d2a0 (terminal intigration)
color: chartreuse;
border-style: solid;
border-color: chartreuse;
@ -48,6 +67,7 @@ body {
padding: 15px;
font-family: 'Courier New', Courier, monospace;
font-size: 16px;
<<<<<<< HEAD
width: 100%;
height: 100%;
overflow-y: auto;
@ -57,4 +77,9 @@ body {
#dash {
display: flex;
height: 100vh;
=======
height: 100%;
overflow-y: auto;
box-shadow: 0 0 10px rgb(0, 255, 0);
>>>>>>> 079d2a0 (terminal intigration)
}