Skip to content

Instantly share code, notes, and snippets.

@ckujau
ckujau / get-signal.sh
Last active October 14, 2019 14:11
Workaround for #1630
#!/bin/sh
#
# (c)2018 Christian Kujau <lists@nerdbynature.de>
#
# A (far too complicated) script to get the Ubuntu package of
# Signal on a non-Debian based Desktop.
#
# Packages for rpm-based linux distributions like Fedora #1630
# https://github.com/signalapp/Signal-Desktop/issues/1630
#
@dashed
dashed / github-pandoc.css
Created September 26, 2013 13:42
GitHub-like CSS for pandoc standalone HTML files (perfect for HTML5 output). Based on Marked.app's GitHub CSS. Added normalize.css (v2.1.3) in the prior to GitHub css.
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined in IE 8/9.
*/
@killercup
killercup / pandoc.css
Created July 3, 2013 11:31
Add this to your Pandoc HTML documents using `--css pandoc.css` to make them look more awesome. (Tested with Markdown and LaTeX.)
/*
* I add this to html files generated with pandoc.
*/
html {
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}