This commit is contained in:
2025-12-24 22:52:46 +01:00
parent 4e1c06874c
commit 5ee00cc8c1
151 changed files with 3548 additions and 1 deletions

10
extension/stylesheet.css Normal file
View File

@@ -0,0 +1,10 @@
/* stylesheet.css - Style de l'extension SSH Launcher */
.ssh-launcher-icon {
/* Icône légèrement colorée pour la distinguer */
color: #00d9ff;
}
.ssh-launcher-icon:hover {
color: #ffffff;
}