mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 08:26:29 -05:00
Adjusted color and removed box shadow.
This commit is contained in:
parent
35e3b8f579
commit
fb5de88cf2
1 changed files with 1 additions and 2 deletions
3
dice.css
3
dice.css
|
@ -2,8 +2,7 @@
|
||||||
.die {
|
.die {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
background: #ff2222;
|
background: #ff1111;
|
||||||
box-shadow:inset 0 0 40px #ccc;
|
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
|
Loading…
Reference in a new issue