diff options
author | Andinus <andinus@nand.sh> | 2021-10-10 00:35:01 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-10-10 00:35:01 +0530 |
commit | 96b82ca335c61203cc63c646eb20f3dd110dcffd (patch) | |
tree | f483eeeb51e9911a4a1911f567b0dc9b74c1a9e2 /public | |
parent | e2fee30f901d11d0897655f032539b31758bbc1e (diff) | |
download | dorado-96b82ca335c61203cc63c646eb20f3dd110dcffd.tar.gz |
line-drawing/dda: Print chart after solving
Diffstat (limited to 'public')
-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; +} |