mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
box row links use default colors
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
padding: 10px 15px;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
color: $text-color;
|
||||
overflow-wrap: break-word;
|
||||
word-break: break-all;
|
||||
|
||||
|
||||
@@ -8,6 +8,10 @@
|
||||
color: $text-muted !important;
|
||||
}
|
||||
|
||||
.text-default {
|
||||
color: $text-color !important;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user