Fix typo, make highlight more transparent
This commit is contained in:
parent
4c508d59b5
commit
69553b7087
@ -1,5 +1,5 @@
|
|||||||
.code-highlight {
|
.code-highlight {
|
||||||
background-color: #ffff00aa;
|
background-color: #ffff0055;
|
||||||
}
|
}
|
||||||
|
|
||||||
.breakpoint-glyph {
|
.breakpoint-glyph {
|
||||||
|
@ -33,7 +33,7 @@ export const Header = (props: { langId: string; langName: string }) => {
|
|||||||
<div style={{ flex: 1, textAlign: "right", paddingRight: 8 }}>
|
<div style={{ flex: 1, textAlign: "right", paddingRight: 8 }}>
|
||||||
<a
|
<a
|
||||||
href={NOTES_LINK(props.langId)}
|
href={NOTES_LINK(props.langId)}
|
||||||
title="View implementatio notes for this esolang"
|
title="View implementation notes for this esolang"
|
||||||
>
|
>
|
||||||
<Button minimal icon={<Icon icon="info-sign" />} />
|
<Button minimal icon={<Icon icon="info-sign" />} />
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user