More actions
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
.intent-blue { | .intent-blue { | ||
color: | color: DeepSkyBlue; | ||
} | } | ||
Latest revision as of 08:37, 7 September 2023
.intent-key {
padding: 0.25em 0.5em;
line-height: 1;
font-weight: var( --font-weight-medium );
font-size: 0.875rem;
border-radius: var( --border-radius--small );
border: 1px solid;
border-color: var( --border-color-base );
background: var( --color-surface-3 );
}
.intent-green {
color: green;
}
.intent-yellow {
color: yellow;
}
.intent-blue {
color: DeepSkyBlue;
}
.intent-red {
color: red;
}