diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 9a8068d..2cefd4a 100644 --- a/static/style.css +++ b/static/style.css @@ -440,6 +440,27 @@ iframe { font-family: 'Go Mono'; } +.checklist { + background-color: #edc953; + position: sticky !important; + display: inline-block; + float: right; + width: auto; + top: 2vw; + margin: 2vw; +} + +.checklist ul { + list-style-type: none !important; + padding: 0; +} + +code { + background-color: #e8cdcf; + border: 1px solid #311f20; + font-family: 'Go Mono'; +} + /* branches */ .branch { |