Add custom styles for temporary user links

Bug: T334581
Change-Id: I0641bab87a8c942fb58e63c08924f5ff9f4472b0
This commit is contained in:
Thalia 2023-04-12 18:36:39 +01:00
parent 69dd6f1c5b
commit 52273510fe

View file

@ -52,3 +52,9 @@
}
}
}
.mw-tempuserlink {
background-color: @background-color-interactive;
padding: 2px 8px 2px 8px;
border-radius: 2px;
}