Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 203 Bytes

dark.md

File metadata and controls

15 lines (12 loc) · 203 Bytes

Dark theme

Example

    @import url("file:///android_asset/styles.css");

    body {
        background: darkslategray;
        color: white;
    }

    a {
        color: white;
    }