diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2016-08-29 23:07:21 -0400 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2016-08-29 23:07:21 -0400 |
commit | 7c8ffd449ab7365cbe6e135f1a0a0de122d00e9e (patch) | |
tree | 27b827f5e6c70636c1cca70c4c19e6ade8bcf9ea /css/cellularautomata.css | |
parent | d2e73d6a7b74bd0d0fb409110ae2fc522d4f83e6 (diff) |
Changed navbar
Diffstat (limited to 'css/cellularautomata.css')
-rw-r--r-- | css/cellularautomata.css | 14 |
1 files changed, 14 insertions, 0 deletions
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; +} |