diff options
| author | 2024-01-28 13:16:14 +0100 | |
|---|---|---|
| committer | 2024-01-28 13:16:14 +0100 | |
| commit | 6422e181e7a6c1127e52e7278ac5f017f9c304d7 (patch) | |
| tree | 9f10b0b2c8abb6e984401de96901a460fe672004 /pydis_site/static/css/events | |
| parent | Bump python-dotenv from 1.0.0 to 1.0.1 (#1212) (diff) | |
| parent | Dark: Use a darker pydis blurple everywhere (diff) | |
Merge pull request #1176 from hedyhli/gdwr-dark-theme
Dark theme
Diffstat (limited to 'pydis_site/static/css/events')
| -rw-r--r-- | pydis_site/static/css/events/base.css | 24 | 
1 files changed, 19 insertions, 5 deletions
| diff --git a/pydis_site/static/css/events/base.css b/pydis_site/static/css/events/base.css index 9e244ed9..cd7ab5ae 100644 --- a/pydis_site/static/css/events/base.css +++ b/pydis_site/static/css/events/base.css @@ -12,9 +12,23 @@ pre {  }  .panel .panel-heading { -  /* -   * Remove whitespace between the panel heading and the first item in a panel, -   * since it makes the first panel item taller than the others. -   */ -  margin-bottom: 0 !important +    /* +     * Remove whitespace between the panel heading and the first item in a panel, +     * since it makes the first panel item taller than the others. +     */ +    margin-bottom: 0 !important +} + +.sponsor { +    border-radius: .1rem; +    padding: .3rem; +} + +.sponsor img { +    display: block; +    margin: auto; +} + +.box .sponsor { +    margin-bottom: 1rem;  } | 
