Skip to content

Instantly share code, notes, and snippets.

@magiknono
Created November 1, 2017 09:12
Show Gist options
  • Save magiknono/53fde5b7cb578ddad16e4466520b50da to your computer and use it in GitHub Desktop.
Save magiknono/53fde5b7cb578ddad16e4466520b50da to your computer and use it in GitHub Desktop.
A minimal slack theme for rocket chat
@import url('https://fonts.googleapis.com/css?family=Lato');
.global-font-family {
font-family: 'Lato', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.message {
font-size:1.1em;
line-height: 1.4em;
}
.message-form-text {
font-size:1.1em;
line-height: 1.2em;
}
.messages-container .message-form>.message-input {
border-width: 3px;
color:#C0C0C0;
}
.emojione.big {
height: 32px !important;
width: 32px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment