Archived
1
0
Disbranĉigi 0
Ĉi tiu deponejo arĥiviĝis je 2024-01-29. Vi povas vidi kaj elŝuti dosierojn, sed ne povas puŝi nek raporti problemojn nek tirpeti.
spidercat/templates/style.css

16 lines
195 B
CSS
Raw Normal View History

2023-05-29 23:13:07 -05:00
.room-list-item {
background-color: #d7d7af;
}
.room-list-item {
color: black;
}
.room-list-item:hover {
background-color: #d7ff87;
}
.room-list-item:target {
background-color: #5fafd7;
}