Skip to content

Instantly share code, notes, and snippets.

View adeadman's full-sized avatar
👨‍💻
Loading...

Aaron Deadman adeadman

👨‍💻
Loading...
View GitHub Profile
@adeadman
adeadman / black.css
Created April 29, 2019 16:36
Slack Black 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; }
@adeadman
adeadman / addclass.html
Created November 12, 2016 11:29 — forked from anonymous/addclass.html
Flask-WTF FieldList FormField with populated data values
<html>
<head>
<title>Flask FieldList Demo</title>
</head>
<body>
<h1>Add Class</h1>
{% if fileform %}
<div>
<p>Add class from file:</p>
<form action="" method="post" enctype="multipart/form-data" name="fileform">