Add some shortcodes for making the game theory post nicer.

This commit is contained in:
2020-11-08 21:22:51 -08:00
parent 29d12a9914
commit e317c56c99
4 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
@import "variables.scss";
@import "mixins.scss";
.assumption-number {
font-weight: bold;
}
.assumption {
@include bordered-block;
padding: 0.8rem;
}