Move some utility classes into a shared location

This commit is contained in:
2018-10-12 20:00:55 -04:00
parent b0aea72c12
commit a784ddad4f
4 changed files with 16 additions and 11 deletions

8
assets/css/ojuso.css Normal file
View File

@ -0,0 +1,8 @@
/* 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; }