ojuso-map/assets/css/ojuso.css

9 lines
253 B
CSS
Raw Normal View History

/* Make sure that the footer doesn't have space after it */
.container { min-height: 60vh; }
/* Colour utility classes */
.ojuso-red { color: #ea4639; }
.ojuso-green { color: #4ac95d; }
.ojuso-yellow { color: #f9db3c; }
.ojuso-blue { color: #008ad5; }