diff options
author | 2024-01-17 20:32:57 +0800 | |
---|---|---|
committer | 2024-01-17 20:32:57 +0800 | |
commit | 678961aa1a8a5c56ea7bce7cd26c15db61b60cd5 (patch) | |
tree | 1ea65bcfbef51a8685017ce956b27ae582ac7a86 | |
parent | Merge branch 'main' into gdwr-dark-theme (diff) |
Consistent CSS indent for files that I touched
-rw-r--r-- | pydis_site/static/css/collapsibles.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pydis_site/static/css/collapsibles.css b/pydis_site/static/css/collapsibles.css index 30a95df7..0214e0bc 100644 --- a/pydis_site/static/css/collapsibles.css +++ b/pydis_site/static/css/collapsibles.css @@ -1,15 +1,15 @@ .collapsible { - cursor: pointer; - width: 100%; - border: none; - outline: none; + cursor: pointer; + width: 100%; + border: none; + outline: none; } [data-theme="dark"] .collapsible { - background-color: #403f45; + background-color: #403f45; } .collapsible-content { - transition: max-height 0.3s ease-out; - overflow: hidden; + transition: max-height 0.3s ease-out; + overflow: hidden; } |