diff --git a/public/code/algorithms/leetcode-daily/.null-ls_814785_cfps-twoptr.py b/public/code/algorithms/leetcode-daily/.null-ls_814785_cfps-twoptr.py deleted file mode 100644 index 8b13789..0000000 --- a/public/code/algorithms/leetcode-daily/.null-ls_814785_cfps-twoptr.py +++ /dev/null @@ -1 +0,0 @@ - diff --git a/styles/post.css b/styles/post.css index e260b5e..fb2e73a 100644 --- a/styles/post.css +++ b/styles/post.css @@ -109,3 +109,11 @@ pre * { .post-article a { text-decoration: underline; } + +.language-python, +.language-py, +.language-cc, +.language-cpp { + /* override prism.js styles */ + font-size: 0.8em !important; +}