mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
1 line
963 B
CSS
1 line
963 B
CSS
body { background-image: url('/resources/images/backgrounds/themes/starfall.webp'); background-color: #000; color: #fff; } .launcher { background-color: rgba(0, 0, 0, 0.8); box-shadow: 0 0 30px rgba(255, 255, 255, 0.5); } .title-bar, .top-title, .top-nav, .bottom-bar { background-color: rgba(0, 0, 0, 0.7); color: #fff; box-shadow: 0 2px 4px rgba(255, 255, 255, 0.2); } .nav-bar li:hover, .nav-bar li.selected { background-color: rgba(255, 255, 255, 0.1); color: #00ccff; } .installations div .selector, .installations div .options { background-color: rgba(0, 0, 0, 0.8); color: #00ccff; border: 2px solid #00ccff; } .installations div .options div:hover { background-color: rgba(0, 204, 255, 0.2); } .installations button { background-color: #00ccff; border: 2px solid #0099cc; } .installations button:hover { background-color: #00e6ff; border-color: #0077aa; } .downloads span { background-color: #00ccff; } .downloads span:hover { background-color: #00e6ff; } |