|
21 | 21 | } |
22 | 22 |
|
23 | 23 | /* Use MinecraftEnchantingBold if parent uses MinecraftEnchanting font */ |
24 | | -*[style*="font-family: MinecraftEnchanting"] strong, |
25 | | -*[style*="font-family: 'MinecraftEnchanting'"] strong, |
26 | | -*[style*='font-family: "MinecraftEnchanting"'] strong { |
| 24 | +*[style*="font-family: MinecraftEnchanting"] strong:not(:has([data-atlas-object-node],[data-player-object-node])), |
| 25 | +*[style*="font-family: 'MinecraftEnchanting'"] strong:not(:has([data-atlas-object-node],[data-player-object-node])), |
| 26 | +*[style*='font-family: "MinecraftEnchanting"'] strong:not(:has([data-atlas-object-node],[data-player-object-node])) { |
27 | 27 | font-family: MinecraftEnchantingBold; |
28 | 28 | font-weight: 100; |
29 | 29 | } |
30 | 30 |
|
31 | 31 | /* Use MinecraftIllagerBold if parent uses MinecraftIllager font */ |
32 | | -*[style*="font-family: MinecraftIllager"] strong, |
33 | | -*[style*="font-family: 'MinecraftIllager'"] strong, |
34 | | -*[style*='font-family: "MinecraftIllager"'] strong { |
| 32 | +*[style*="font-family: MinecraftIllager"] strong:not(:has([data-atlas-object-node],[data-player-object-node])), |
| 33 | +*[style*="font-family: 'MinecraftIllager'"] strong:not(:has([data-atlas-object-node],[data-player-object-node])), |
| 34 | +*[style*='font-family: "MinecraftIllager"'] strong:not(:has([data-atlas-object-node],[data-player-object-node])) { |
35 | 35 | font-family: MinecraftIllagerBold; |
36 | 36 | font-weight: 100; |
37 | 37 | } |
38 | 38 |
|
39 | 39 | /* Use MinecraftBold if not MinecraftEnchanting or MinecraftIllager */ |
40 | | -strong { |
| 40 | +strong:not(:has([data-atlas-object-node],[data-player-object-node])) { |
41 | 41 | font-family: MinecraftBold; |
42 | 42 | font-weight: 100; |
43 | 43 | } |
@@ -78,7 +78,7 @@ button { |
78 | 78 | --custom-source-align: top; |
79 | 79 | } |
80 | 80 |
|
81 | | -.obfuscated { |
| 81 | +.obfuscated:not(:has([data-atlas-object-node],[data-player-object-node])) { |
82 | 82 | filter: blur(2px); |
83 | 83 | } |
84 | 84 |
|
|
0 commit comments