this repo has no description

fix: correct the font size

Changed files
+1 -8
sass
+1 -8
sass/_main.scss
···
font-size: .95rem;
}
-
// code[data-lang]::before {
-
// content: attr(data-lang);
-
// text-align: right;
-
// position: absolute;
-
// top: 0;
-
// }
-
pre {
font-family: ui-monospace, monospace;
padding: 20px 10px;
···
right: 0;
padding: .2em .5em;
font-weight: bold;
-
font-size: .9rem;
+
font-size: .95rem;
border-radius: 0 0 0 6px;
background-color: var(--accent-alpha-20);
}