diff --git a/dice_roller/dice_roller.html b/dice_roller/dice_roller.html index 6abfd6baa..723ac911c 100644 --- a/dice_roller/dice_roller.html +++ b/dice_roller/dice_roller.html @@ -15,6 +15,11 @@ margin: 0; } + button { + font: inherit; + cursor: pointer; + } + .input-form { display: flex; flex-direction: row; @@ -47,19 +52,22 @@ margin: 10px; padding: 20px; font-size: 1.5em; - cursor: pointer; } .history { width: 90%; max-width: 400px; margin: 20px 0; - padding: 10px; + padding: 5px 10px; border: 1px solid #000; background-color: #fff; max-height: 300px; overflow-y: auto; font-size: 1.5em; + list-style: none; + } + .history li { + margin-block: 5px; } .clear-history { @@ -103,7 +111,7 @@

Dice Roller

- +
@@ -126,7 +134,7 @@

Dice Roller

-
+

This tool is released under a CC0 1.0 Universal license. You can copy, modify, and distribute this tool, even for commercial purposes, all without asking permission. Download this tool or fork it on Github.

- \ No newline at end of file +