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