diff options
Diffstat (limited to 'public/global.css')
-rw-r--r-- | public/global.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/global.css b/public/global.css index 70859df..172d08b 100644 --- a/public/global.css +++ b/public/global.css @@ -126,3 +126,8 @@ tbody tr:nth-child(odd) td, tbody tr:nth-child(odd) th { background-color: var(--bg-dim); } td, th { padding: .25em .5em; border: 1px solid var(--bg-alt); } + +.note { + background-color: var(--cyan-subtle-bg); + padding: 0 0.4ch; +} |