Gitea-ui-customized : !important to selection
This commit is contained in:
parent
18e57ab4d8
commit
a8a3579bd7
@ -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;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user