From 7c8ffd449ab7365cbe6e135f1a0a0de122d00e9e Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 29 Aug 2016 23:07:21 -0400 Subject: Changed navbar --- css/cellularautomata.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 css/cellularautomata.css (limited to 'css/cellularautomata.css') diff --git a/css/cellularautomata.css b/css/cellularautomata.css new file mode 100644 index 0000000..814c0e7 --- /dev/null +++ b/css/cellularautomata.css @@ -0,0 +1,14 @@ +#start +{ + font-family: monospace; +} + +#error +{ + color: red; +} + +button:active +{ + background-color: #ff0000; +} -- cgit v1.2.3