feat: Use new design for signed out pane in preferences (#734)

This commit is contained in:
Aman Harwara
2021-11-12 22:51:29 +05:30
committed by GitHub
parent 08cd020402
commit f6ca7ef2b1
3 changed files with 47 additions and 23 deletions

View File

@@ -24,6 +24,10 @@
display: none;
}
.underline {
text-decoration: underline;
}
.hover\:underline:hover {
text-decoration: underline;
}