diff options
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; +} |