Add a border between the text areas

Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
Username404 2023-02-05 12:41:25 +01:00
parent 428f264771
commit b5a605bbd2
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@ fun makeConsole() {
width: 25vw; height: 50vh;
resize: none;
}
#input_box, #output_box { border: solid 1px #2f5361; }
#input_box { border-right-color: #173f4f; }
#output_box { border-left-color: #173f4f; }
#output_language {
background-image: linear-gradient(30deg, #02027d 0%, #2f5361 20%);
position: absolute;