/* Enter Your Custom CSS Here */
#sddm .menu-item-type-custom a{
    color: #fff;
    background-color: #0370af;
    padding: 3px;
    border-radius: 3px;
    margin-top: 6px;
    margin-left: 5px
}
#sddm .menu-item-type-custom a:hover {
    color: #000 !important;
    background-color: #0370af;
    padding: 3px;
    border-radius: 3px;
    margin-top: 6px;
    margin-left: 5px
    cursor: pointer;
}