Skip to content

Commit 19c8352

Browse files
committed
Add background colors to TOTP log entries
1 parent ac3fa4b commit 19c8352

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

public/css/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3688,6 +3688,9 @@ tbody tr:hover {
36883688
.activity-icon-passkey_registered { background: rgba(6,182,212,0.15); color: #06b6d4; }
36893689
.activity-icon-email_verified { background: rgba(5,150,105,0.15); color: #059669; }
36903690
.activity-icon-passkey_deleted { background: rgba(239,68,68,0.15); color: #ef4444; }
3691+
.activity-icon-totp_enabled { background: rgba(5,150,105,0.15); color: #059669; }
3692+
.activity-icon-totp_disabled { background: rgba(239,68,68,0.15); color: #ef4444; }
3693+
.activity-icon-login_totp { background: rgba(14,165,233,0.15); color: #0ea5e9; }
36913694

36923695
.activity-content {
36933696
flex: 1;

0 commit comments

Comments
 (0)