Changeset - 18885a10b119
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 12 years ago 2013-06-17 01:13:16
drewp@bigasterisk.com
asco style cleanup and button hover color change
Ignore-this: a0288c4ea581c04c30290e9dfffdfeeb
1 file changed with 1 insertions and 18 deletions:
0 comments (0 inline, 0 general)
static/style.css
Show inline comments
 
@@ -22,26 +22,9 @@ button a {
 
}
 
.songs button:hover {
 
    color: black;
 
    background: yellow;
 
}
 
body { 
 
    background: black;
 
    color: white;
 
    font-style: sans-serif;
 
}
 
.commands button {
 
    background: black;
 
    color: white;
 
    padding: 20px
 
}
 
.commands button.active {
 
    background: red;
 
    background: #333;
 
}
 

	
 
.songs button:hover {
 
    color: black;
 
    background: yellow;
 
}
 
.commands button {
 
    background: black;
 
    color: white;
0 comments (0 inline, 0 general)