1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed code block borders

This commit is contained in:
Fedor Katurov 2021-02-25 13:53:51 +07:00
parent 9f48bb6a64
commit bc7443dd2e

View file

@ -22,10 +22,6 @@ $margin: 1em;
pre {
background-color: transparentize($blue, 0.9);
border: {
left: 4px solid transparentize($blue, 0.9);
right: 4px solid transparentize($blue, 0.9);
}
font-family: monospace;
font-size: 0.8em;
border-radius: 2px;