diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-01-05 19:53:45 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-01-05 19:53:45 -0400 |
commit | 8a875d610d16085132104b429c52aa39a6c7dad3 (patch) | |
tree | 2b6262a4e7662f70bdf71cc5fe814ae536880ed8 | |
parent | 6079f214f8ba5f95433f501c5408c3b9911ad23e (diff) |
remove unused img alt CSS
-rw-r--r-- | src/static/site2.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/static/site2.css b/src/static/site2.css index 62b43ff3..0f408c61 100644 --- a/src/static/site2.css +++ b/src/static/site2.css @@ -730,12 +730,6 @@ li > ul { img { object-fit: cover; - /* these unfortunately dont take effect while loading, so... - text-align: center; - line-height: 2em; - text-shadow: 0 0 5px black; - font-style: oblique; - */ } .reveal { |