Fix typo, make highlight more transparent

This commit is contained in:
Nilay Majorwar 2022-02-01 13:56:56 +05:30
parent 4c508d59b5
commit 69553b7087
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
.code-highlight {
background-color: #ffff00aa;
background-color: #ffff0055;
}
.breakpoint-glyph {

View File

@ -33,7 +33,7 @@ export const Header = (props: { langId: string; langName: string }) => {
<div style={{ flex: 1, textAlign: "right", paddingRight: 8 }}>
<a
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" />} />
</a>