diff options
author | Geoffrey Eisenbarth <geoffrey.eisenbarth@gmail.com> | 2024-08-22 13:11:50 -0500 |
---|---|---|
committer | Geoffrey Eisenbarth <geoffrey.eisenbarth@gmail.com> | 2024-08-22 13:11:50 -0500 |
commit | 77229d40a665e046bdd14af2dff42c3064aea662 (patch) | |
tree | 5a0325d30f2cce7a69aed6ae5e2c09bf1d34d9e0 | |
parent | f4e06ac8fe66a2d1021fb36b3f31852de826080d (diff) | |
download | missing-77229d40a665e046bdd14af2dff42c3064aea662.tar.gz missing-77229d40a665e046bdd14af2dff42c3064aea662.zip |
Fix navbar specificity.
-rw-r--r-- | src/components.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components.css b/src/components.css index 92c5326..630ae54 100644 --- a/src/components.css +++ b/src/components.css @@ -183,7 +183,7 @@ details, padding-inline-start: 0; } - & :where(a:not(.\<button\>), .\<a\>) { + & :is(a:not(.\<button\>), .\<a\>) { font-weight: bold; text-decoration: none; padding-inline: .2em; |