diff options
| author | Doge <guiqiqi187@gmail.com> | 2021-05-09 14:24:21 +0800 | 
|---|---|---|
| committer | Doge <guiqiqi187@gmail.com> | 2021-05-09 14:24:21 +0800 | 
| commit | e96092c0b4fffe987d314e17c3894c1cde2a0ed3 (patch) | |
| tree | 5e0a91818034451198e3dd4b791f756474441bbc /source/css | |
| parent | 37be447c061e71b7ee57b31f4ac01f1ee3d60079 (diff) | |
| download | chromate-e96092c0b4fffe987d314e17c3894c1cde2a0ed3.tar.gz chromate-e96092c0b4fffe987d314e17c3894c1cde2a0ed3.tar.bz2 chromate-e96092c0b4fffe987d314e17c3894c1cde2a0ed3.zip | |
Complete index list
Diffstat (limited to 'source/css')
| -rw-r--r-- | source/css/style.css | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/source/css/style.css b/source/css/style.css index 8ce9927..a5c5377 100644 --- a/source/css/style.css +++ b/source/css/style.css @@ -6,6 +6,9 @@ pre {      * {          transition: backgourd-color 0.5s;      } +    .card { +        box-shadow: none !important; +    }  }  @media screen and (max-width: 1023px) { | 
