1
0
mirror of https://github.com/s427/MARL.git synced 2025-01-18 21:10:22 +01:00

small fix for forced colors mode

This commit is contained in:
Vincent CLAVIEN 2024-12-12 20:31:30 +01:00
parent 03b7714f4f
commit ed9f67555a
3 changed files with 15 additions and 2 deletions

View File

@ -214,6 +214,9 @@
text-align: center;
border-radius: 0.5rem;
background-color: rgba(0, 0, 0, 0.2);
@media (forced-colors: active) {
border: 1px dotted CanvasText;
}
}
.comment {
flex: 0 0 100%;
@ -333,6 +336,16 @@
outline: 2px solid var(--actor-accent-ok, var(--actor-accent));
outline-offset: 2px;
}
@media (forced-colors: active) {
border: 1px solid ButtonText;
span {
border-bottom-color: Canvas;
}
&[aria-selected="true"] span {
border-bottom-color: Highlight;
}
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long