Skip to content

Instantly share code, notes, and snippets.

View mrkaluzny's full-sized avatar

Wojciech Kałużny mrkaluzny

View GitHub Profile
@Acconut
Acconut / dabblet.css
Created September 24, 2012 15:14
Anchor orange thing theme
/**
* Anchor orange thing theme
*/
ul { list-style: none; }
* { box-sizing: border-box; }
html, body { height: 100%; }
a { text-decoration: none; }
*::selection { background-color: #ffdaad; }