Spaces:
Runtime error
Runtime error
Commit
·
b7f83bb
1
Parent(s):
6709c39
Update static/style.css
Browse files- static/style.css +2 -2
static/style.css
CHANGED
@@ -66,7 +66,7 @@
|
|
66 |
justify-content: flex-end;
|
67 |
text-align: right;
|
68 |
align-items: center;
|
69 |
-
background-color: rgba(
|
70 |
border-top-right-radius: 0px;
|
71 |
border-bottom-right-radius: 0px;
|
72 |
border-bottom-left-radius: 10px;
|
@@ -80,7 +80,7 @@
|
|
80 |
justify-content: flex-start;
|
81 |
text-align: left;
|
82 |
align-items: center;
|
83 |
-
background-color: rgba(
|
84 |
border-top-left-radius: 0px;
|
85 |
border-bottom-right-radius: 10px;
|
86 |
border-bottom-left-radius: 0px;
|
|
|
66 |
justify-content: flex-end;
|
67 |
text-align: right;
|
68 |
align-items: center;
|
69 |
+
background-color: rgba(70, 130, 180, 0.75);
|
70 |
border-top-right-radius: 0px;
|
71 |
border-bottom-right-radius: 0px;
|
72 |
border-bottom-left-radius: 10px;
|
|
|
80 |
justify-content: flex-start;
|
81 |
text-align: left;
|
82 |
align-items: center;
|
83 |
+
background-color: rgba(70, 130, 180, 0.75);
|
84 |
border-top-left-radius: 0px;
|
85 |
border-bottom-right-radius: 10px;
|
86 |
border-bottom-left-radius: 0px;
|