Gitea-ui-customized : !important to selection

This commit is contained in:
unknown 2022-04-03 17:53:03 +07:00
parent 18e57ab4d8
commit a8a3579bd7
Signed by: minoplhy
GPG Key ID: 90667A59A9908AEC

View File

@ -533,4 +533,9 @@ img[src$="/img/matrix.svg"] {
.markup-block-error { .markup-block-error {
border: 1px solid rgba(121, 71, 66, .5) !important; border: 1px solid rgba(121, 71, 66, .5) !important;
border-bottom: none !important; border-bottom: none !important;
}
::selection {
background-color: rgb(150, 222, 255) !important;
color: #141821 !important;
} }