Dark theme Example @import url("file:///android_asset/styles.css"); body { background: darkslategray; color: white; } a { color: white; }