💄style: set consistent no border radius

Only border radius left is main picture.
This commit is contained in:
welpo
2023-02-08 22:13:39 +01:00
parent ffb4c1279f
commit 4f7e25b01e
6 changed files with 1 additions and 11 deletions

View File

@@ -1,12 +1,10 @@
code {
background-color: var(--bg-1);
padding: 0.1em 0.2em;
border-radius: 5px;
}
pre {
/* Rounded border */
border-radius: 5px;
border: 1px solid var(--border-color);
line-height: 1.4;
overflow-x: auto;
@@ -35,7 +33,6 @@ pre code[class*="language-"] {
pre code[class*="language-"]::before {
background: black;
border-radius: 0 0 0.25rem 0.25rem;
color: white;
font-size: 12px;
letter-spacing: 0.025rem;