From 98ced1533268a9123c3aa96b4b7c2a31bdb7bd41 Mon Sep 17 00:00:00 2001 From: Stephen Enders Date: Mon, 17 Feb 2020 00:40:46 -0500 Subject: Create bread blog! Created new page /blog/bread/ Added new entry to blog index Updated homepage with Bread section Updated homepage footers to class rather than id --- www/blog/bread/index.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/blog/bread/index.css (limited to 'www/blog/bread/index.css') 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; +} -- cgit v1.2.3-54-g00ecf