1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

box row links use default colors

This commit is contained in:
Kyle Spearrin
2018-01-31 21:40:02 -05:00
parent 88c730981a
commit 99b0b57a5e
5 changed files with 16 additions and 5 deletions

View File

@@ -8,6 +8,10 @@
color: $text-muted !important;
}
.text-default {
color: $text-color !important;
}
.text-center {
text-align: center;
}