Skip to content

Instantly share code, notes, and snippets.

@aairbag
aairbag / slack-solarized-theme.css
Last active December 5, 2017 17:24 — forked from anziem/slack-solarized-theme.css
Solarized theme for Slack (including background - not just sidebar)
#channel_topic_text, #msgs_scroller_div::-webkit-scrollbar-track, #client_body::before, .client_container,
#search_terms, #client_body, #footer, ts-message, .channel_header, ts-jumper ts-jumper-container,
ts-jumper input[type="text"] {
background: #002B36 !important;
}
#client_body::before {
border-bottom: 1px solid #073642 !important;
}
@aairbag
aairbag / index.html
Created May 3, 2017 21:32
Wikipedia Viewer
<div class="container wrap_title">
<h1>wikiSearch</h1>
<form>
<div class="form-group">
<label for="input">Search for an article.</label>
<div class="input-group">
<input type="text" class="form-control" name="input" id="input" placeholder="Enter text here...">
</div>
</div>
</form>