0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-11 04:42:42 +00:00

Improved the dice rolling algo

This commit is contained in:
Scott Tolksdorf
2015-11-21 15:53:04 -05:00
parent 97ce6ab9ee
commit fc21364a0c
8 changed files with 89 additions and 23 deletions

View File

@@ -111,7 +111,6 @@
}
.addPlayers{
h3{
//background-color : fade(@purple, 25%);
color : white;
background-color: @purple;
}
@@ -121,5 +120,13 @@
margin : 10px;
}
}
.dmDice{
h3{
color : white;
background-color: @teal;
}
}
}
}