1
0

fix: audit log (#261)

This commit is contained in:
Jade Herd
2023-11-08 14:23:40 -05:00
committed by GitHub
parent b059c709a6
commit 4553f45e94
2 changed files with 9 additions and 0 deletions

View File

@@ -860,3 +860,10 @@ div[class^="layerContainer"] div[class^="collectibleInfoContainer"] {
}
}
}
// Audit log
div[class^="auditLog"] {
div[class^="headerClickable"] {
background-color: rgba($crust, 0.3) !important;
}
}

View File

@@ -134,6 +134,8 @@ html {
--brand-500: #{$brand};
--brand-560: #{darken($brand, math.div(20%, 2))};
--primary-100: #{$subtext1};
--primary-300: #{$subtext1};
--primary-400: #{$subtext1};
--primary-dark-700: #{$crust};