Fleet UI: Update <code> purple to be grey (#43231)
This commit is contained in:
@@ -275,7 +275,7 @@ const PlatformWrapper = ({
|
||||
hosts. For CentOS, Red Hat, and Fedora Linux, use{" "}
|
||||
<code>--type=rpm</code>. For Arch Linux, use{" "}
|
||||
<code>--type=pkg.tar.zst</code>. For ARM, use{" "}
|
||||
<code>--arch=arm64</code>
|
||||
<code>--arch=arm64</code>.
|
||||
</>
|
||||
);
|
||||
} else if (packageType === "msi") {
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
@include help-text;
|
||||
|
||||
code {
|
||||
color: $core-vibrant-blue;
|
||||
color: $ui-fleet-black-75;
|
||||
background-color: $ui-light-grey;
|
||||
padding: $pad-xxsmall;
|
||||
font-family: "SourceCodePro", $monospace;
|
||||
|
||||
@@ -75,6 +75,7 @@
|
||||
margin-bottom: $pad-medium;
|
||||
}
|
||||
|
||||
// Same styling as .form-field__help-text TODO: consider consolidating
|
||||
&__help-text {
|
||||
font-size: $x-small;
|
||||
font-weight: $regular;
|
||||
@@ -83,8 +84,8 @@
|
||||
color: $core-fleet-blue;
|
||||
|
||||
code {
|
||||
color: $core-vibrant-blue;
|
||||
background-color: $ui-gray;
|
||||
color: $ui-fleet-black-75;
|
||||
background-color: $ui-light-grey;
|
||||
padding: $pad-xxsmall;
|
||||
font-family: "SourceCodePro", $monospace;
|
||||
}
|
||||
|
||||
@@ -96,20 +96,5 @@
|
||||
&__wrapper {
|
||||
margin-bottom: $pad-medium;
|
||||
}
|
||||
|
||||
&__help-text {
|
||||
font-size: $x-small;
|
||||
font-weight: $regular;
|
||||
line-height: 1.57;
|
||||
letter-spacing: 1px;
|
||||
color: $core-fleet-blue;
|
||||
|
||||
code {
|
||||
color: $ui-fleet-black-75;
|
||||
background-color: $ui-gray;
|
||||
padding: $pad-xxsmall;
|
||||
font-family: "SourceCodePro", $monospace;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -171,8 +171,8 @@ form,
|
||||
}
|
||||
}
|
||||
code {
|
||||
color: $core-vibrant-blue;
|
||||
background-color: $core-fleet-white;
|
||||
color: $ui-fleet-black-75;
|
||||
background-color: $ui-light-grey;
|
||||
padding: $pad-xxsmall;
|
||||
font-family: "SourceCodePro", $monospace;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user