diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-09 16:39:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-09 16:39:30 -0500 |
commit | 11e9eb2295ebcbbc6e560e4a46c550c979c23500 (patch) | |
tree | efc4b68c46c4bb0c60f066868253b6acd341ecd0 /ext/bg/css/settings2.css | |
parent | 67d21d49880ccf1fc30747988f26920bacc03871 (diff) |
Add links to settings v2 headings (#1212)
Diffstat (limited to 'ext/bg/css/settings2.css')
-rw-r--r-- | ext/bg/css/settings2.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/bg/css/settings2.css b/ext/bg/css/settings2.css index 1c3ab84a..a74d0942 100644 --- a/ext/bg/css/settings2.css +++ b/ext/bg/css/settings2.css @@ -201,6 +201,14 @@ h3 { width: 100%; align-items: baseline; } +.heading-container a { + color: inherit; + transition: background-color var(--animation-duration) ease-in-out; +} +.heading-container a:hover { + color: var(--link-color-hover); + text-decoration: none; +} .heading-container-icon { flex: 0 0 auto; align-self: center; |