/* static/custom.css */
.sphinx-codeautolink-a{
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}
.sphinx-codeautolink-a:hover{
    color: rgb(255, 139, 139);
}
