Skip to content
Snippets Groups Projects
Commit e09a3a1a authored by Gabriel Engel's avatar Gabriel Engel
Browse files

formatting code tag

parent 39efde23
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,18 @@ a { ...@@ -47,6 +47,18 @@ a {
} }
} }
code {
color: #f8f8f2;
display: block;
padding: .5em;
background: #23241f;
border-radius: 6px;
border: none;
overflow-x: auto;
word-wrap: break-word;
font-weight: bold;
}
.hidden { .hidden {
visibility: hidden !important; visibility: hidden !important;
display: none !important; display: none !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment