We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8758cc7 commit d56c10fCopy full SHA for d56c10f
themes/styles.html
@@ -13,6 +13,6 @@
13
}
14
15
.mdninja-hidden { display: none; }
16
- div[data-mdninja-country-show="{{ .Country }}"] { display: block; }
17
- div[data-mdninja-country-hide="{{ .Country }}"] { display: none; }
+ *[data-mdninja-country-show="{{ .Country }}"] { display: block; }
+ *[data-mdninja-country-hide="{{ .Country }}"] { display: none; }
18
</style>
0 commit comments