mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
informational-overlays.css: Replace RGB colors with HSL colors.
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
.informational-overlays .overlay-tabs {
|
.informational-overlays .overlay-tabs {
|
||||||
padding: 10px 0px;
|
padding: 10px 0px;
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid hsl(0, 0%, 93%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.informational-overlays .overlay-tabs .tab-switcher {
|
.informational-overlays .overlay-tabs .tab-switcher {
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
.informational-overlays .overlay-tabs .exit {
|
.informational-overlays .overlay-tabs .exit {
|
||||||
float: right;
|
float: right;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: #aaa;
|
color: hsl(0, 0%, 66%);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin: 1px 15px;
|
margin: 1px 15px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user