Skip to content
This repository was archived by the owner on Mar 13, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions devilredbutton
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
a.button.pink {
background: #580000;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#580000), to(#900000));
background: -moz-linear-gradient(#580000, #580000);
background: linear-gradient(#480000, #580000);
border: solid 1px #580000;
border-bottom: solid 3px #580000;
box-shadow: inset 0 0 0 4px #580000;
color: #580000;
text-shadow: 0 4px 0 #580000; }