mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-02 17:42:39 +00:00
Listing common threat examples (#1276)
Co-authored-by: Tommy <contact@tommytran.io> Co-authored-by: mfwmyfacewhen <94880365+mfwmyfacewhen@users.noreply.github.com> Co-authored-by: lexi <lexi@omg.lol>
This commit is contained in:
@ -170,4 +170,30 @@ h1, h2, h3, .md-header__topic {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
/* Badge colors */
|
||||
.pg-purple {
|
||||
color: #7e56c2;
|
||||
}
|
||||
.pg-red {
|
||||
color: #ef5552;
|
||||
}
|
||||
.pg-orange {
|
||||
color: #ff6e42;
|
||||
}
|
||||
.pg-teal {
|
||||
color: #009485;
|
||||
}
|
||||
.pg-brown {
|
||||
color: #8d6e62;
|
||||
}
|
||||
.pg-blue {
|
||||
color: #2094f3;
|
||||
}
|
||||
.pg-green {
|
||||
color: #4cae4f;
|
||||
}
|
||||
.pg-blue-gray {
|
||||
color: #546d78;
|
||||
}
|
||||
|
Reference in New Issue
Block a user