mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Use more vars
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
ce55ed8221
commit
e62d76a6f2
@ -38,6 +38,7 @@ limitations under the License.
|
||||
--quinary-content: #394049;
|
||||
--system: #21262c;
|
||||
--background: #15191e;
|
||||
--backgrouund-85: rgba(23, 25, 28, 0.85);
|
||||
--bgColor3: #444; /* This isn't found anywhere in the designs or Compound */
|
||||
}
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
||||
}
|
||||
|
||||
.infoBubbleIcon {
|
||||
background-color: rgba(23, 25, 28, 0.85);
|
||||
background-color: var(--backgrouund-85);
|
||||
}
|
||||
|
||||
.button button:hover svg * {
|
||||
|
Loading…
Reference in New Issue
Block a user