better CSS

This commit is contained in:
bingus_violet 2024-07-12 19:04:53 -05:00
parent 88910086aa
commit 1fd04a4e0d

View file

@ -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;