Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit 3fcad1a

Browse files
Update PocketMine.css
1 parent 77df149 commit 3fcad1a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

PocketMine.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1+
pocketmine.button {
2+
background-color: green;
3+
border-radius: 4px;
4+
color: white;
5+
padding: 15px 32px;
6+
text-align: center;
7+
text-decoration: none;
8+
display: inline-block;
9+
font-size: 16px;
10+
}
111

12+
pocketmine.button.not-rounded {
13+
border-radius: 0px;
14+
}

0 commit comments

Comments
 (0)