Nah not having border-radius

This commit is contained in:
Michael Zhang 2022-01-24 20:45:26 -06:00
parent e6776d179c
commit f4d9ae6b14
1 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@ code {
box-sizing: border-box;
padding: 3px;
background-color: $faded-background-color;
border-radius: 5px;
color: $code-color;
}