X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.less%2Fmediawiki.ui%2Fvariables.less;h=9688f1f8fce31282f2239fb84a71272a2b7c3460;hb=6bb1170e2f3539218965d1ceaa2cfc5e6197f465;hp=28ad10ae565fe7040326c5384bb7f1bd53ee9aae;hpb=59e7337ea612d03d08b67e6ada707e3d7ced738d;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.less/mediawiki.ui/variables.less b/resources/src/mediawiki.less/mediawiki.ui/variables.less index 28ad10ae56..9688f1f8fc 100644 --- a/resources/src/mediawiki.less/mediawiki.ui/variables.less +++ b/resources/src/mediawiki.less/mediawiki.ui/variables.less @@ -26,9 +26,9 @@ // Orange; for contextual use of returning to a past action @colorRegressive: #ff5d00; // Red; for contextual use of a negative action of high severity -@colorDestructive: #c33; -@colorDestructiveHighlight: #e53939; -@colorDestructiveActive: #873636; +@colorDestructive: #d33; +@colorDestructiveHighlight: #ff4242; +@colorDestructiveActive: #b32424; // Orange; for contextual use of a potentially negative action of medium severity @colorMediumSevere: #ff5d00; // Yellow; for contextual use of a potentially negative action of low severity @@ -50,7 +50,7 @@ @colorWarningText: #705000; // UI colors -@colorFieldBorder: #9aa0a7; +@colorFieldBorder: #a2a9b1; @colorShadow: @colorGray14; @colorPlaceholder: @colorGray10; @colorNeutral: @colorGray7;