Complete Service Domains list, add CSS for colored icons

This commit is contained in:
thhsh-local 2025-04-11 15:02:56 -04:00
parent b7dad62a3a
commit 762e29f50c
Signed by: thhsh-local
SSH key fingerprint: SHA256:bLOq3d7dN1v5+W5U6pQekP0rBm0YUtC9qvh3TDYyAsg
3 changed files with 35 additions and 3 deletions

View file

@ -0,0 +1,6 @@
.warning-yellow {
color: #FF9100;
}
.info-blue {
color: #00B8D4;
}