/* Custom styles to override MkDocs defaults and enhance theme */

/* Unordered list <ul> symbols:
 * - level 2 is hollow circle
 * - level 3 is filled square
 * - ul default is filled disc (bullet)
 */
article ul ul {
        list-style-type:  circle !important;
}

article ul ul ul {
        list-style-type:  square !important;
}

/*
 * Materialize links that open in a new window/tab with a right-up arrow icon
 */
a[target="_blank"]::after {
    content:     '↗';
    display:     inline-block;
    margin-left: 0.2em;
    width:       1em;
    height:      1em;
}
