From cb920a13de8955db2cd7f9876575ad929be09ad9 Mon Sep 17 00:00:00 2001 From: Rob Simmons Date: Sat, 25 Nov 2023 17:32:45 -0500 Subject: [PATCH] Fix style issues --- README.md | 4 +++- docs/src/custom.css | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54cb24f..8996c5f 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,6 @@ MIT-licensed, but the Dusa implementation in JavaScript is, at present, GPL 3.0 licensed. Dusa was initially developed by Rob Simmons at [Recurse -Center](https://www.recurse.com/) in Fall 2023. +Center](https://www.recurse.com/) in Fall 2023. Recurse center is a great place to +think about ambitious projects like this in a supportive environment full of +interesting people! diff --git a/docs/src/custom.css b/docs/src/custom.css index 69d063a..a8a2d29 100644 --- a/docs/src/custom.css +++ b/docs/src/custom.css @@ -74,7 +74,6 @@ --sl-color-black: var(--oksolar-background); } - .expressive-code .frame pre { --code-background: var(--oksolar-background-deemph); box-shadow: 0 0 0.3rem 0 var(--oksolar-text-deemph);