summaryrefslogtreecommitdiff
path: root/www/blog/bread/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/blog/bread/index.css')
-rw-r--r--www/blog/bread/index.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/blog/bread/index.css b/www/blog/bread/index.css
new file mode 100644
index 0000000..a12af0f
--- /dev/null
+++ b/www/blog/bread/index.css
@@ -0,0 +1,11 @@
+table.bake-info th, td {
+ border: 1px dotted #eee;
+}
+
+table.bake-info th {
+ background: #debfff;
+}
+
+table.bake-info td {
+ background: #fffdeb;
+}