about summary refs log tree commit diff stats
path: root/public
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-10-10 00:35:01 +0530
committerAndinus <andinus@nand.sh>2021-10-10 00:35:01 +0530
commit96b82ca335c61203cc63c646eb20f3dd110dcffd (patch)
treef483eeeb51e9911a4a1911f567b0dc9b74c1a9e2 /public
parente2fee30f901d11d0897655f032539b31758bbc1e (diff)
downloaddorado-96b82ca335c61203cc63c646eb20f3dd110dcffd.tar.gz
line-drawing/dda: Print chart after solving
Diffstat (limited to 'public')
-rw-r--r--public/global.css5
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;
+}