1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-08 13:56:07 +00:00

Big green download buttons

This commit is contained in:
Jermolene
2013-11-26 08:42:03 +00:00
parent ee9cf60aa2
commit d7454b100a
2 changed files with 13 additions and 4 deletions

View File

@@ -242,6 +242,17 @@ a.tw-tiddlylink-external {
border: none;
}
.btn-big-green {
padding: 8px;
margin: 8px;
background: #34C734;
color: #fff;
fill: #fff;
border: none;
font-size: 1.2em;
line-height: 1.4em;
}
.btn-mini {
color: #e0e0e0;
}