mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 07:29:59 -07:00
7 lines
172 B
CSS
7 lines
172 B
CSS
.warning-box {
|
|
padding: 0.75em 1em;
|
|
border-left: 4px solid #e33;
|
|
border-radius: 4px;
|
|
background-color: color-mix(in srgb, currentColor 10%, transparent);
|
|
}
|