Fan website of IMMORTAL: Gates of Pyre.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
.entityLabel { |
|
font-weight: bolder; |
|
box-shadow: 1px 1px 0 0 rgba(0,0,0,0.2); |
|
padding-right: 4px; |
|
} |
|
|
|
.entityLabel:hover { |
|
background-color: var(--primary-hover); |
|
} |
|
|
|
.army { |
|
color: cyan; |
|
} |
|
|
|
.building { |
|
color: greenyellow; |
|
} |
|
|
|
.ability { |
|
color: red; |
|
} |
|
|
|
.passive { |
|
color: yellow; |
|
} |
|
|
|
|