diff options
author | tdro <tdro@noreply.example.com> | 2022-10-17 22:57:45 -0400 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-10-17 22:57:45 -0400 |
commit | 1ded6ab00367361edce3add5cd1c668b5a6dd5fa (patch) | |
tree | 89d6fd4da84d2e9df94182bcf1973d895dfb494f | |
parent | 4e1425710eefc731e8ac362f06dde4b6b496a2dd (diff) | |
download | canory-1ded6ab00367361edce3add5cd1c668b5a6dd5fa.tar.gz canory-1ded6ab00367361edce3add5cd1c668b5a6dd5fa.tar.bz2 canory-1ded6ab00367361edce3add5cd1c668b5a6dd5fa.zip |
assets/css/default: Don't set micro content figure background color
-rw-r--r-- | assets/css/default.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/assets/css/default.css b/assets/css/default.css index 2845e97..2923806 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -928,7 +928,6 @@ micro-content > figure img { } micro-content > figure > a { - background-color: #000; border-radius: 0.5rem; display: block; } |