Skip to content

Instantly share code, notes, and snippets.

@domagude
Created October 28, 2017 16:51
Show Gist options
  • Save domagude/eee48706b44b9b4a9fd7fc1cce3b516d to your computer and use it in GitHub Desktop.
Save domagude/eee48706b44b9b4a9fd7fc1cce3b516d to your computer and use it in GitHub Desktop.
...
.solid-color-mode, .border-color-mode {
.post-text {
text-align: center;
}
}
.solid-color-mode {
.post-text {
padding: 10px;
background-color: white;
border-radius: 25px;
}
}
.border-color-mode {
background-color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment