diff --git a/src/components/Header.vue b/src/components/Header.vue index dbddd971c29248f6a8d7c2b6f242a59af2db7cc4..f0900573bef515417e4672723b9efa91d5e4f84f 100644 --- a/src/components/Header.vue +++ b/src/components/Header.vue @@ -162,26 +162,10 @@ article h2.secondary_header { font-variant-caps: all-small-caps; } -.header details { - margin-top: 10px; - position: relative; -} - -.header summary { - position: relative; - max-width: 130px; - list-style: none; - border: solid 2px var(--v-primary-base); - border-radius: 30px; - padding-top: 6px; - padding-bottom: 6px; - padding-right: 10px; - color: var(--v-primary-base); - cursor: pointer; -} -.header details[open] > summary { - box-shadow: 2px 2px 0px var(--v-primary-base) +.show-inflection { + color: var(--v-primary-base) !important; + font-weight: bold !important; }