Skip to content

Commit 0f0f92c

Browse files
committed
Update security.css
1 parent bfc1510 commit 0f0f92c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/website/css/security.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,6 +1159,29 @@
11591159
font-style: italic;
11601160
}
11611161

1162+
/* Quantum-Safe Styling */
1163+
.quantum-note {
1164+
background: linear-gradient(135deg, rgba(56, 139, 253, 0.1) 0%, rgba(136, 46, 224, 0.1) 100%);
1165+
border: 1px solid rgba(56, 139, 253, 0.3);
1166+
border-radius: 8px;
1167+
padding: 1rem 1.5rem;
1168+
margin-top: 1.5rem;
1169+
font-size: 0.95rem;
1170+
line-height: 1.6;
1171+
}
1172+
1173+
.quantum-note strong {
1174+
color: #58a6ff;
1175+
}
1176+
1177+
.highlight-row {
1178+
background: linear-gradient(135deg, rgba(56, 139, 253, 0.15) 0%, rgba(136, 46, 224, 0.15) 100%);
1179+
}
1180+
1181+
.highlight-row td {
1182+
font-weight: 500;
1183+
}
1184+
11621185
/* Footer */
11631186
footer {
11641187
text-align: center;

0 commit comments

Comments
 (0)