mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
css: Convert colors to hsl() format.
This changes most of the app-related CSS files, but leaves things like landing pages and bootstrap alone.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
.drafts-container {
|
||||
position: relative;
|
||||
height: 95%;
|
||||
background-color: #fff;
|
||||
background-color: hsl(0, 0%, 100%);
|
||||
border-radius: 4px;
|
||||
padding: 0px;
|
||||
width: 60%;
|
||||
|
||||
Reference in New Issue
Block a user