Move some utility classes into a shared location
This commit is contained in:
8
assets/css/ojuso.css
Normal file
8
assets/css/ojuso.css
Normal 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; }
|
Reference in New Issue
Block a user