From 469dc6e6dfbe36d1f683ff00026018e61a9e696c Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Sat, 27 Jun 2020 14:56:30 +0200 Subject: [PATCH] Make proof styles more generally available --- assets/styles.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/assets/styles.css b/assets/styles.css index 05874bd..d0aed49 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -140,17 +140,16 @@ input[type="submit"] { overflow: hidden; text-overflow: ellipsis; } -.profileDataItem__value a.proofDisplay { +a.proofDisplay { margin-right: 16px; } -.profileDataItem__value a.proofUrl { +a.proofUrl { color: #777; - /* text-decoration: none; */ } -.profileDataItem__value a.proofUrl.proofUrl--verified { +a.proofUrl.proofUrl--verified { color: #499539; } -.profileDataItem__value a.proofUrl:hover { +a.proofUrl:hover { text-decoration: underline; } @media (max-width: 680px) {