Add "danger". like tooltip, but orange and scary

This commit is contained in:
Will Toohey
2022-09-13 20:39:39 +10:00
parent 615abed220
commit 34854282a4
2 changed files with 28 additions and 0 deletions
+9
View File
@@ -162,6 +162,15 @@ input:checked.sectionToggle + div {
display: none;
}
.danger {
background: #ff6000 !important;
}
.danger:before {
content: '!!';
background: #ff6000;
}
body {
margin: 40px auto;
max-width: 1300px;