mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 17:49:24 +01:00
Improve code blocks
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
cd345597b2
commit
0e7c9581f3
1 changed files with 1 additions and 3 deletions
|
@ -64,13 +64,11 @@ a {
|
|||
}
|
||||
|
||||
pre, pre * {
|
||||
background-color: #181818;
|
||||
background-color: #1f1b1a;
|
||||
}
|
||||
|
||||
pre {
|
||||
padding: 1em;
|
||||
word-wrap: initial;
|
||||
overflow-y: scroll;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue