mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-15 22:13:18 -06:00
darken based color changes, badge color white to grey
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
|
||||
.btn {
|
||||
box-shadow: none;
|
||||
|
||||
&:focus { box-shadow: none; }
|
||||
}
|
||||
|
||||
@@ -23,6 +22,9 @@
|
||||
color: $grey-10;
|
||||
background-color: $grey-4;
|
||||
border-color: $grey-3;
|
||||
.badge {
|
||||
color: lighten($grey-11, 8%);
|
||||
}
|
||||
}
|
||||
|
||||
.character-button {
|
||||
|
||||
Reference in New Issue
Block a user