From 1e052a636c7d8349178279c5110976436f3feeff Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Wed, 11 Dec 2024 20:02:59 +0100 Subject: [PATCH] Update api.scss --- website/src/css/api.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/src/css/api.scss b/website/src/css/api.scss index c771a15f..7adc43aa 100644 --- a/website/src/css/api.scss +++ b/website/src/css/api.scss @@ -60,6 +60,10 @@ $badge-classes: ( flex-shrink: 0; } +.menu__list-item--deprecated { + text-decoration: line-through; +} + @each $name, $color in $colors { .#{$name} > .menu__link::before { content: "#{map.get($contents, $name)}";