Use border-color-muted CSS variable for Special:RecentChanges

Bug: T356825
Change-Id: I8cc39a3150dd55f1ae65d4b4352ab3df3f053fe5
This commit is contained in:
Jon Robson 2024-02-16 10:30:44 -08:00
parent c98508facb
commit 16139768c6

View file

@ -42,7 +42,7 @@
/* !important to override the too-specific rule .content ol li, .content ul li */
margin: 0 !important;
padding: 12px 0;
border-bottom: @border-width-base @border-style-base #eaecf0;
border-bottom: @border-width-base @border-style-base var( --border-color-muted );
&::before,
&::after {