mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-15 06:12:43 +00:00
setting up a default monster manual and encoutners
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
.dmDice{
|
||||
|
||||
h3{
|
||||
color : white;
|
||||
background-color: @teal;
|
||||
}
|
||||
|
||||
.roll{
|
||||
cursor: pointer;
|
||||
.noselect();
|
||||
@@ -21,8 +26,7 @@
|
||||
}
|
||||
|
||||
&:hover{
|
||||
background-color: fade(@red, 20%);
|
||||
background-color: fade(@teal, 20%);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user