diff options
| author | Bobby <[email protected]> | 2022-10-01 14:22:58 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-10-01 14:22:58 -0400 |
| commit | 218955f5ef2ae09656f93161fa59e0902370ff22 (patch) | |
| tree | bf20afeff9f2ccea6b042f3ce4bb3228c199556e /static | |
| parent | b42e6edc8df1d91c260addeb836fb2a193bd39de (diff) | |
| download | thatcomputerscientist-218955f5ef2ae09656f93161fa59e0902370ff22.tar.xz thatcomputerscientist-218955f5ef2ae09656f93161fa59e0902370ff22.zip | |
fixed rendering math and code
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/main.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/static/css/main.css b/static/css/main.css index 7e4f00ad..6a67f1ad 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -53,9 +53,9 @@ a:visited { color: #b894dc; } */ -svg { +/* svg { filter: invert(1); -} +} */ fieldset, legend { color: #cecece; @@ -414,3 +414,11 @@ li.new::before{ .hljs-style-github-dark-dimmed .hljs { background: rgb(34 39 46 / 0%) !important; } + +pre { + color: white; + background-color: rgba(40, 48, 59, 0.317); + border: 1px solid #cecece; + padding: 10px; + border-radius: 5px; +} |
