styling wofi

This commit is contained in:
2025-06-15 19:59:51 +02:00
parent 4929594133
commit 2851058ef1
3 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
/* ===== Stargate: Atlantis Wofi Style ===== */
window {
background-color: rgba(16, 21, 26, 0.9); /* Mørkeblå, semi-transparent */
border: 2px solid #00aaff;
border-radius: 8px;
}
#input {
margin: 10px;
padding: 8px;
border: none;
border-radius: 4px;
background-color: #1a2026;
color: #cdd6f4; /* Lys tekstfarve */
}
#inner-box {
margin: 5px;
}
#entry {
padding: 8px;
border-radius: 4px;
}
#entry:selected {
background-color: #00aaff; /* Atlantis blå som markeringsfarve */
color: #10151a; /* Mørk tekst for kontrast */
}
#text {
color: #cdd6f4; /* Lys tekstfarve */
padding: 5px;
}
#text:selected {
color: #10151a; /* Mørk tekst for kontrast */
}