Browse Source

feat: added some border radius and changed the color for a more pleasure visualization

Marcelo Vilas Boas Correa Filho 3 years ago
parent
commit
a8c0f9eee4
1 changed files with 12 additions and 9 deletions
  1. 12 9
      css/accessible/design.css

+ 12 - 9
css/accessible/design.css

@@ -1,7 +1,8 @@
 .container {
-    background-color: #191970;
+    background-color: #3d8bd4;
     width: 1020px;
     padding: 15px;
+    border-radius: 10px;
 }
 
 header {
@@ -35,13 +36,14 @@ fieldset {
     position: relative;
     display: block;
     margin-top: 15px;
+    border-radius: 10px;
 }
 
 legend {
     width: 200px;
     border: 3px solid silver;
     border-radius: 10px;
-    background-color: #191970;
+    background-color: #3d8bd4;
     margin-left: 50px;
 }
 
@@ -52,13 +54,6 @@ legend h1 {
     padding-left: 10px;
 }
 
-#botoes {
-    display: inline;
-    position: relative;
-    top: 0px;
-    left: 700px;
-}
-
 footer {
     width: 97%;
     color: #A7C0DC;
@@ -72,4 +67,12 @@ footer {
 footer h1 {
     color: #A7C0DC;
     font-size: 20px;
+}
+
+.acessible-terminal {
+    border-radius: 10px;
+}
+
+.acessible-terminal .bash-title {
+    border-radius: 10px 10px 0 0;
 }