mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 14:38:46 +00:00
Change "Open Source" to be shorter and lighter.
This changes the background color from dark blue to a light steel blue, while also removing the unnecessary min-height enforcement.
This commit is contained in:
committed by
Tim Abbott
parent
93b4d8a3f2
commit
38dc3a28b5
@@ -1274,12 +1274,16 @@ nav ul li.active::after {
|
|||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
background-color: #262d3a;
|
background-color: #e9ecf1;
|
||||||
color: hsl(220, 15%, 76%);
|
}
|
||||||
|
|
||||||
|
.portico-landing.hello .open-source .flex {
|
||||||
|
min-height: 0px;
|
||||||
|
padding: 50px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.portico-landing.hello .open-source img {
|
.portico-landing.hello .open-source img {
|
||||||
margin: 20px 2%;
|
margin: 0px 2%;
|
||||||
width: 28%;
|
width: 28%;
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user