mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-22 12:11:58 +00:00
Fix coloring of tooltip button
and delete an accidentally added code in ra.js
This commit is contained in:
parent
bcfcc8eb1a
commit
725c5a0f2b
@ -107,10 +107,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.c-glyph-sacrifice-options__help {
|
.c-glyph-sacrifice-options__help {
|
||||||
|
color: var(--color-reality);
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
color: var(--color-reality-light);
|
color: var(--color-reality-light);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.s-base--dark .c-glyph-sacrifice-options__help {
|
||||||
|
color: var(--color-reality-light);
|
||||||
|
}
|
||||||
|
|
||||||
.l-glyph-sacrifice-options__option {
|
.l-glyph-sacrifice-options__option {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user