/* Advalgo Theme Specific CSS */
a.wp-block-latest-posts__post-title {
    color:white;
}

a:link.wp-block-latest-posts__post-title{
    color:wheat;
}

a.wp-block-latest-posts__post-title:visited{
    color:wheat;
}

a.wp-block-latest-posts__post-title:hover{
    color:yellowgreen;
}

.CodeMirror-readonly .CodeMirror-cursor {
    display: none !important
  }