aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-10-19 03:32:12 -0400
committerThedro Neely <thedroneely@gmail.com>2019-10-19 03:32:12 -0400
commit435f17e09ee800c1b243e2d461f06c4bf56707d8 (patch)
tree242ababcdd766bd65473387fe6843e1ecc4b0511 /public
parentd803edaf2f18923e467228fb8edfbeee99861a3c (diff)
downloadthedroneely.com-435f17e09ee800c1b243e2d461f06c4bf56707d8.tar.gz
thedroneely.com-435f17e09ee800c1b243e2d461f06c4bf56707d8.tar.bz2
thedroneely.com-435f17e09ee800c1b243e2d461f06c4bf56707d8.zip
hugo/layouts/_default/single: Use button for openring link
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro-dark.css2
-rw-r--r--public/css/tdro.css1
2 files changed, 2 insertions, 1 deletions
diff --git a/public/css/tdro-dark.css b/public/css/tdro-dark.css
index 9068539..ef268b8 100644
--- a/public/css/tdro-dark.css
+++ b/public/css/tdro-dark.css
@@ -20,7 +20,7 @@ body, .serif > a { color: #cad6e2 }
.title, .content h1, .content h2, .content h3 { color: #ffffff; }
.button.is-link.is-outlined, .button.is-success.is-outlined { border-color: #cad6e2; color: #cad6e2; border-width: 1px; }
.input, .textarea { background-color: #002e42; border-color: transparent; color: white; }
-.item__box { background-color: #002e42; }
+.item__box { color: #fff; background-color: #002e42; }
.item__box:hover svg { color: #fff; }
.message__success { background-color: #55a1ec; border: 1px solid #1259a1; color: black; }
.pagination-link.is-current { background-color: #75b2f0; border-color: #75b2f0; color: #212121 !important; }
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 9492b08..9195d60 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4412,6 +4412,7 @@ a code { color: #0147b7; }
.item__box span { padding-left: 10px; }
.item__box svg { stroke-width: 1.5px; width: 20px; height: 20px; }
.item__box:hover svg, .item__box:focus svg { fill: currentColor; color: #000; }
+.item__no__hover:hover svg, .item__no__hover:focus svg { fill: transparent !important; }
.item__box { margin-left: 0; margin-right: 0.4em; padding: 0.25rem 1rem; background-color: #f2f2f2; border-width: 0; color: #444; border-color: transparent !important; }