diff --git a/css/index.css b/css/index.css index dea1e39..fc3e6bd 100644 --- a/css/index.css +++ b/css/index.css @@ -37,7 +37,6 @@ /* Global stylesheet */ * { box-sizing: border-box; - /*border: 3px solid #73AD21; toggle to debug borders */ } @@ -117,7 +116,6 @@ pre { max-width: 90vw; } /*background-color: var(--code-bg)*/ -} code { word-break: break-all !important; } @@ -309,3 +307,4 @@ body { /*new crimson gradient*/ } } */ +} \ No newline at end of file diff --git a/css/prism-base16-monokai.dark.css b/css/prism-base16-monokai.dark.css index 7532b4f..c61dac9 100644 --- a/css/prism-base16-monokai.dark.css +++ b/css/prism-base16-monokai.dark.css @@ -15,8 +15,7 @@ code[class*="language-"], pre[class*="language-"] { hyphens: none; background: #272822; color: #f8f8f2; - max-width: 600px !important; - + max-width: 600px; } pre[class*="language-"] { padding: 1.5em 0;