box-o-sand/math-replay/algebra/style.css
Dan Buch 4361300838 nerding out a bit with haml
making a custom filter for LaTeX eqnarray divs
2012-04-04 07:55:10 -04:00

18 lines
244 B
CSS

body {
color: #fefefe;
background: #222;
margin: 20px;
}
h2 {
text-shadow: 3px 3px #111;
margin-top: 40px;
}
.eqnarray {
border-radius: 5px;
box-shadow: 2px 5px 5px #000;
padding: 10px;
background: #333;
}