style roll + editor
This commit is contained in:
+9
-4
@@ -110,24 +110,29 @@ ol#chat-log {
|
||||
position: absolute;
|
||||
top: -1rem;
|
||||
text-wrap: nowrap;
|
||||
color: black;
|
||||
color: white;
|
||||
font-weight: 100;
|
||||
font-size: smaller;
|
||||
text-align: center;
|
||||
opacity: 0;
|
||||
|
||||
|
||||
text-shadow: 0px 0px 5px black;
|
||||
|
||||
}
|
||||
|
||||
&:hover::after {
|
||||
opacity: 1
|
||||
opacity: 1;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
&.human,
|
||||
&.adapted {
|
||||
border-top: 5px solid rgb(255, 217, 0);
|
||||
|
||||
&::after {
|
||||
content: "";
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
&.rerollable {
|
||||
|
||||
Reference in New Issue
Block a user