Release v0.9.6

This commit is contained in:
nimblefox-ci
2026-07-31 19:29:07 +03:00
parent 3602e87e0c
commit 8e6b90a10e
264 changed files with 12411 additions and 2 deletions
+19
View File
@@ -0,0 +1,19 @@
.link {
color: rgb(255, 255, 255);
}
.link:enabled {
cursor: link;
}
.link:disabled {
cursor: arrow;
}
.link:hover {
color: rgb(139, 223, 247);
}
.link:active {
color: rgb(30, 144, 255);
}