From 5f02b94b5b5626276f3ab30e9d0bfee4c200d8e1 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Mon, 20 Dec 2021 00:15:03 -0500 Subject: public/css/tdro: Increase selection focus contrast Remove some unused CSS rules. --- public/css/tdro.css | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'public') 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; } -- cgit v1.2.3