Skip to content

Instantly share code, notes, and snippets.

@WatherMG
WatherMG / theme.css
Last active January 30, 2022 21:20
Override Hyperskill.org Theme (Black Theme)
/*
This css stylesheet override theme on hyperskill.org to the Black Theme.
To aply this theme install chrome extension https://chrome.google.com/webstore/detail/stylish-custom-themes-for/fjnbnpbmkenffdnngjfgmeleoegfcffe
and activate style
*/
#rec80412589 .t396__artboard,
#rec80411710 .tn-elem[data-elem-id="1470209944682"] .tn-atom,
#rec80411710 .t396__artboard,
#rec80411710 .t396__carrier,
#rec80411710 .tn-elem[data-elem-id="1545342618744"] .tn-atom,
// Needed in AndroidManifest:
<!-- Permission for using NFC hardware -->
<uses-permission android:name="android.permission.NFC"/>
<!-- Forcing device to have NFC hardware -->
<uses-feature android:name="android.hardware.nfc" android:required="true"/>
<!-- Registering app for receiving NFC's TAG_DISCOVERED intent -->
<intent-filter>
<action android:name="android.nfc.action.TAG_DISCOVERED"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>