Skip to content

Instantly share code, notes, and snippets.

View ccb012100's full-sized avatar
🦥

Christopher Bocardo ccb012100

🦥
View GitHub Profile
# Copyright 2003, 2004 Jeroen van Wolffelaar <jeroen@wolffelaar.nl>
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
@ccb012100
ccb012100 / slack-dark.css
Created June 12, 2019 18:46
dark slack theme
body { background: #222; color: #e6e6e6; }
a { color: #949494; }
a:link, a:visited { color: #949494; }
a:hover, a:active, a:focus { color: #c7c7c7; }
hr { border-bottom: 1px solid #424242; border-top: 1px solid #222; }
@ccb012100
ccb012100 / darkdown.css
Created October 18, 2018 19:01
Markdown dark theme
body{
margin: 0 auto;
background: #000;
font-family: Georgia, Palatino, serif;
color: #EEE;
line-height: 1;
max-width: 960px;
padding: 30px;
}
h1, h2, h3, h4 {