aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-12-20 00:15:03 -0500
committerThedro Neely <thedroneely@gmail.com>2021-12-20 00:15:03 -0500
commit5f02b94b5b5626276f3ab30e9d0bfee4c200d8e1 (patch)
treefcfc6064b887acb42b81c8726baa1fb4d2387658 /public
parent13b69343b9f8cf4be673256010e784ebd846aa95 (diff)
downloadthedroneely.com-5f02b94b5b5626276f3ab30e9d0bfee4c200d8e1.tar.gz
thedroneely.com-5f02b94b5b5626276f3ab30e9d0bfee4c200d8e1.tar.bz2
thedroneely.com-5f02b94b5b5626276f3ab30e9d0bfee4c200d8e1.zip
public/css/tdro: Increase selection focus contrast
Remove some unused CSS rules.
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css17
1 files changed, 8 insertions, 9 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 9ccd181..b8c7e04 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -15,19 +15,15 @@
.box:not(:last-child),
.content:not(:last-child),
-.notification:not(:last-child),
-.progress:not(:last-child),
.table:not(:last-child),
.table-container:not(:last-child),
.title:not(:last-child),
.subtitle:not(:last-child),
.block:not(:last-child),
.highlight:not(:last-child),
-.breadcrumb:not(:last-child),
.level:not(:last-child),
.list:not(:last-child),
-.message:not(:last-child),
-.tabs:not(:last-child) {
+.message:not(:last-child) {
margin-bottom: 1.5rem;
}
@@ -1536,6 +1532,7 @@ a {
}
a:hover {
border-bottom: 2px solid #999;
+ text-shadow: 0 0 currentColor;
}
a:focus {
@@ -1680,16 +1677,19 @@ blockquote > p.serif {
*/
::selection {
- background-color: #c4e3f3;
color: #000;
+ background-color: #c4e3f3;
+ text-shadow: 0 0 currentColor;
}
::-webkit-selection {
- background-color: #c4e3f3;
color: #000;
+ background-color: #c4e3f3;
+ text-shadow: 0 0 currentColor;
}
::-moz-selection {
- background-color: #c4e3f3;
color: #000;
+ background-color: #c4e3f3;
+ text-shadow: 0 0 currentColor;
}
/*
@@ -1723,7 +1723,6 @@ a.navbar-item:hover,
color: #000000;
}
.navbar__icon:hover svg,
-.navbar__icon:hover svg,
.navbar__icon:hover label svg {
fill: #ffc966;
}