uber-mock-interview-retrospective

This commit is contained in:
2022-07-01 12:53:50 +03:00
parent d6d262a8dd
commit 49901fc33e
2 changed files with 293 additions and 0 deletions

View File

@@ -178,6 +178,12 @@ pre {
overflow: auto
}
/* overriding the one below: if code is highlighted,
size should remain the same.
*/
div.highlight pre code {
font-size: 1em;
}
pre code {
border: 0;
background: none;