diff --git a/link.scss b/link.scss index 7232279..ed43af4 100644 --- a/link.scss +++ b/link.scss @@ -6,7 +6,7 @@ cursor: pointer; } -.portlet-body a { +.portlet-body a:not(.button) { color: var(--link-color); border-bottom: 1px dotted var(--link-color); diff --git a/styles.css b/styles.css index 6ef1f0f..50e38ea 100644 --- a/styles.css +++ b/styles.css @@ -4024,10 +4024,10 @@ button, input[type="submit"], input[type="button"], a.button { [data-href] { cursor: pointer; } -.portlet-body a { +.portlet-body a:not(.button) { color: var(--link-color); border-bottom: 1px dotted var(--link-color); } - .portlet-body a:hover { + .portlet-body a:not(.button):hover { border-bottom: none; } ul.boxed {