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 3 insertions and 20 deletions:
0 comments (0 inline, 0 general)
static/style.css
Show inline comments
 
@@ -15,33 +15,16 @@ body {
 
    background: black;
 
    color: white;
 
    margin: 2px;
 
font-size: 115%;
 
    font-size: 115%;
 
}
 
button a {
 
 color: white;
 
    color: white;
 
}
 
.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)