diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-12-26 02:24:06 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-12-26 02:34:19 +0100 |
commit | b91074ba9f523e3b2cbd31ed1915430c8c65502c (patch) | |
tree | 48cc65fb352fad1f128b51a2cba11e9e2bf0d48e /public/style.css | |
parent | bdad8bac2c904a439a5255358a8e9f90457bf663 (diff) | |
download | gallery-b91074ba9f523e3b2cbd31ed1915430c8c65502c.tar.gz gallery-b91074ba9f523e3b2cbd31ed1915430c8c65502c.tar.xz gallery-b91074ba9f523e3b2cbd31ed1915430c8c65502c.zip |
Indicate faulty requests better
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css index e0fc004..1bdeb3f 100644 --- a/public/style.css +++ b/public/style.css @@ -22,6 +22,7 @@ a { color: inherit; } background: #fff linear-gradient(#eee, #fff); } .header nav a.active, .header nav a:hover { padding-bottom: .4rem; } .header .activity { padding: .25rem .5rem; align-self: center; color: #fff; } +.header .activity.error { color: #f00; } .sidebar { padding: .25rem .5rem; background: var(--shade-color); border-right: 1px solid #ccc; overflow: auto; |