diff options
| author | soaos <soaos@soaos.dev> | 2025-11-24 21:23:15 -0500 |
|---|---|---|
| committer | soaos <soaos@soaos.dev> | 2025-11-24 21:23:15 -0500 |
| commit | 4a1dc8b9f25b701c750e76ec9c3a08c2e990563e (patch) | |
| tree | 9d0b0045d2e497328ce65b6a74c3a98dfd59a54e /static/style.css | |
| parent | d5dd901131d7bdba0ea746f005a05b18ce9b2d4e (diff) | |
StatusCafe Integration
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index ce94a14..ed6804d 100644 --- a/static/style.css +++ b/static/style.css @@ -183,3 +183,14 @@ body { clip-path: polygon(0 0, 50.1% 0, 50.1% 100%, 0 100%); visibility: visible; } + +#statuscafe { +padding: .5em; +background-color: var(--button-highlight); +} +#statuscafe-username { +margin-bottom: .5em; +} +#statuscafe-content { +margin: 0 1em 0.5em 1em; +} |
