better CSS
This commit is contained in:
parent
88910086aa
commit
1fd04a4e0d
1 changed files with 2 additions and 2 deletions
|
@ -61,12 +61,12 @@ a {
|
|||
transition: 1.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||
}
|
||||
|
||||
.textBlock {
|
||||
.textBlock, code {
|
||||
color: rgb(255, 255, 255);
|
||||
white-space: pre-wrap;
|
||||
background-color: rgb(20, 20, 20);
|
||||
border: 2px lightgray solid;
|
||||
padding: 0 10px;
|
||||
padding: 10px;
|
||||
/* font-style: italic; */
|
||||
font-family: 'Source Code Pro', sans-serif;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in a new issue