diff --git a/_sass/_chaospott.scss b/_sass/_chaospott.scss index 6c3ab5f..ad1ee91 100644 --- a/_sass/_chaospott.scss +++ b/_sass/_chaospott.scss @@ -166,4 +166,11 @@ rect.bordered { float:left; margin-right: 5px; } -} \ No newline at end of file +} + +.elevator-button { + text-align: center; + margin: auto; + cursor: pointer; + color: $nav-link-color; +}