diff options
| author | Doge <guiqiqi187@gmail.com> | 2021-05-10 01:25:52 +0800 | 
|---|---|---|
| committer | Doge <guiqiqi187@gmail.com> | 2021-05-10 01:25:52 +0800 | 
| commit | 87d70cf685dad800e392069af45b7debe9818369 (patch) | |
| tree | f3f711b4343bd806d8d6979cf806d6655d21e1c5 /source/css | |
| parent | 04f8c17b735dd7c25b9794441890754bc4e33f36 (diff) | |
| download | chromate-87d70cf685dad800e392069af45b7debe9818369.tar.gz chromate-87d70cf685dad800e392069af45b7debe9818369.tar.bz2 chromate-87d70cf685dad800e392069af45b7debe9818369.zip | |
Change default darkmode for card ele
Diffstat (limited to 'source/css')
| -rw-r--r-- | source/css/style.css | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/source/css/style.css b/source/css/style.css index 73dd579..8387d17 100644 --- a/source/css/style.css +++ b/source/css/style.css @@ -8,6 +8,7 @@ pre {      }      .card {          box-shadow: none !important; +        background-color: #121212!important;      }  } @@ -19,7 +20,7 @@ pre {          padding-top: 0px !important;      }      .post-card { -        margin: 0 0 0 0 !important;  +        margin: 0 0 0 0 !important;      }  } | 
