diff --git a/src/less/style.less b/src/less/style.less index 5968a9b..ba260a8 100644 --- a/src/less/style.less +++ b/src/less/style.less @@ -15,7 +15,7 @@ .ui.button { background-color: #b0f1ee; white-space: nowrap; - padding: 1em 1.2em 1em; + padding: 0.9em 1.2em 0.9em; } .ui.small.button { font-size: 15px!important; @@ -112,14 +112,18 @@ span.dropdown.icon { display: inline-block; vertical-align: bottom; padding: 0em 1em 0em; - font-family: 'postgrotesk-medium'; + font-family: 'postgrotesk'; font-size: 15px; a { padding: 1em; font-size: 15px; } + .remove-link:hover { + color: #e96868; + } } + .page-content { margin-top: 2em; }