aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-06-05 22:53:01 -0400
committerThedro Neely <thedroneely@gmail.com>2020-06-05 22:53:01 -0400
commit3e95af2b5623b958e03d6b558de721de806021dc (patch)
tree8789fee18bac6b625e4088c9ba68c1bed4184324 /public
parent2e86393a62abfacc469d30b38c8ff9d59199f8a4 (diff)
downloadthedroneely.com-3e95af2b5623b958e03d6b558de721de806021dc.tar.gz
thedroneely.com-3e95af2b5623b958e03d6b558de721de806021dc.tar.bz2
thedroneely.com-3e95af2b5623b958e03d6b558de721de806021dc.zip
hugo/_default/subsection: Fix <a> consistency
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro-dark.css2
-rw-r--r--public/css/tdro.css74
2 files changed, 12 insertions, 64 deletions
diff --git a/public/css/tdro-dark.css b/public/css/tdro-dark.css
index 966b177..5830a51 100644
--- a/public/css/tdro-dark.css
+++ b/public/css/tdro-dark.css
@@ -4,7 +4,7 @@ html { background-color: #001f2c; }
a { color: #75b2f0; }
a.navbar-item:hover { color: #fff !important; }
img { box-shadow: none; filter: brightness(75%); }
-body, .sans-serif a, .serif a, nav#TableOfContents a { color: #cad6e2 }
+body, .sans-serif a, .serif a, .document h2 a, .document h3 a, nav#TableOfContents a { color: #cad6e2 }
.article__list li:hover, nav#TableOfContents li:hover { background-color: #002e42; }
.leftnote, .rightnote, mark { color: #a9bdd0; }
.medium-zoom-overlay { background-color: #001f2c; background-color: rgba(0, 31, 44, .9); }
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 9471a2b..84a9c61 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -212,12 +212,6 @@ body {
line-height: 1.8;
}
-a {
- color: #014cc6;
- cursor: pointer;
- text-decoration: none;
-}
-
code {
font-size: 0.735em;
font-weight: normal;
@@ -228,10 +222,6 @@ code {
word-break: break-word;
}
-p code { font-size: 1rem; }
-
-.marginnote code, .sidenote code { font-size: 0.8em; }
-
hr {
background-color: #ddd;
border: none;
@@ -603,50 +593,6 @@ table th {
color: white !important;
}
-a.has-text-white:hover, a.has-text-white:focus {
- color: #e6e6e6 !important;
-}
-
-.has-background-white {
- background-color: white !important;
-}
-
-.has-text-black {
- color: #0a0a0a !important;
-}
-
-a.has-text-black:hover, a.has-text-black:focus {
- color: black !important;
-}
-
-.has-background-black {
- background-color: #0a0a0a !important;
-}
-
-.has-text-light {
- color: whitesmoke !important;
-}
-
-a.has-text-light:hover, a.has-text-light:focus {
- color: #dbdbdb !important;
-}
-
-.has-background-light {
- background-color: whitesmoke !important;
-}
-
-.has-text-dark {
- color: #363636 !important;
-}
-
-a.has-text-dark:hover, a.has-text-dark:focus {
- color: #1c1c1c !important;
-}
-
-.has-background-dark {
- background-color: #363636 !important;
-}
-
.has-text-primary {
color: #245a8a !important;
}
@@ -1337,7 +1283,6 @@ fieldset[disabled] .button {
}
}
-
.content li + li {
margin-top: 0.5em;
}
@@ -4147,6 +4092,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
padding: 1.5rem;
}
+
/*
* Custom Resets
*/
@@ -4155,18 +4101,23 @@ article.content { min-height: 452px; }
video { display: inline-block; box-shadow: 0 0.25rem 1rem rgba(48,55,66,.3); }
-a { border-bottom: 1px solid #999; }
+p code { font-size: 1rem; }
+a { border-bottom: 1px solid #999; color: #014cc6; cursor: pointer; text-decoration: none; }
a:hover { border-bottom: 2px solid #999; }
+.sans-serif a, .serif a, .document h2 a, .document h3 a { color: #222; }
+.serif { font-family: Charter, Georgia, 'Book Antiqua', serif; }
+.is-size-serif { font-size: 1.25rem !important; }
+
figure a, .navbar-item, .webring a, .article__more__content a, .front__more,
.is-mobile .has-text-centered > a, .content li a, .article__list li a,
.resume__label, .resume__container a, .isso-comment-footer a { border-bottom: none !important; }
.image__thumbnail { max-height: 222px; }
-
.medium-zoom-overlay { background-color: #fff; background-color: rgba(255, 255, 255, .9); }
+
/*
* Text selection
*/
@@ -4177,7 +4128,7 @@ figure a, .navbar-item, .webring a, .article__more__content a, .front__more,
/*
- * More posts and projects link
+ * Front page
*/
.introduction { padding: 1em; margin-top: 0.75em; }
@@ -4185,10 +4136,6 @@ figure a, .navbar-item, .webring a, .article__more__content a, .front__more,
.front__more { text-transform: uppercase; }
.front__more svg { vertical-align: bottom; }
-.sans-serif a, .serif a { color: #222; }
-.is-size-serif { font-size: 1.25rem !important; }
-.serif { font-family: Charter, Georgia, 'Book Antiqua', serif; }
-
.recent__article p, .article__summary { margin-bottom: 0.5em; }
@@ -4359,7 +4306,6 @@ ul.article__list { line-height: 2.5; }
}
-
/*
* Focus Links
*/
@@ -4465,6 +4411,8 @@ nav#TableOfContents a { display: block; color: #555; padding-left: 0.5rem; }
letter-spacing: 0.01rem;
}
+.marginnote code, .sidenote code { font-size: 0.8em; }
+
.sidenote:hover, .marginnote:hover { -webkit-user-select: inherit; -ms-user-select: inherit; user-select: inherit; }
@media (min-width: 769px) { .rightnote { padding-right: 1.125em; } .leftnote { text-align: right; padding-left: 1.125em; } .leftnote, .rightnote { max-width: 22em; } }