diff options
| author | moderndevslulw <moderndevslulw@alright.party> | 2025-07-06 04:17:28 +0500 |
|---|---|---|
| committer | moderndevslulw <moderndevslulw@alright.party> | 2025-07-06 04:17:28 +0500 |
| commit | ee4df5bfd30a4e087331adc2b4b306286e5d419d (patch) | |
| tree | 956676ec81dfab5993cb4517099bcb419d40d9ff /public/static/style.css | |
| parent | 0a007696834656a48b6de0b14b576719f2e1a233 (diff) | |
upd: cosmetic changes
Diffstat (limited to 'public/static/style.css')
| -rw-r--r-- | public/static/style.css | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/public/static/style.css b/public/static/style.css index 2b6dcdd..4ecb2cb 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -5,10 +5,11 @@ --table-border: #d4d4d4; --box-background: #eef5f2; - --box-border: #77ac90; + --box-border: #d4ddd9; --box-tab-background: #a2f3cb; --box-tab-background-disabled: #8ad8b1; --box-tab-foreground: #000000; + --box-foreground-placeholder: #bdbdbd; --promo-button-background: linear-gradient(0deg, #ff9028 0% 50%, #ffb224 50% 100%); --promo-button-background-hover: #ff9028; @@ -52,9 +53,9 @@ main { header { display: flex; flex-direction: row; - align-items: end; + align-items: center; - padding: 32px 0; + padding: 16px 0; } content { @@ -65,6 +66,7 @@ content { footer { background: var(--box-background); + color: var(--box-foreground-placeholder); border-top: 1px solid var(--box-border); width: 100%; display: flex; @@ -75,6 +77,7 @@ footer { } footer.big { + color: var(--box-tab-foreground); padding: 32px 0; } @@ -82,6 +85,10 @@ a { color: #000; } +*>a { + color: inherit; +} + a:hover { color: var(--secondary-color); } @@ -342,6 +349,11 @@ div:has(.wiki-content) { border-radius: 2px; } +.wiki-content pre code { + display: block; + width: 100%; +} + .wiki-content blockquote { background-color: rgba(243, 244, 246, 255); padding: 2px; |
