mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-16 09:53:01 -06:00
Color tweak
This commit is contained in:
parent
4ee6c01509
commit
87b30b83c3
|
|
@ -1,12 +1,12 @@
|
||||||
.radio-body {
|
.radio-body {
|
||||||
background: rgb(70, 70, 70) url('images/carbon.png');
|
background: rgb(30, 30, 30);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: rgb(255, 255, 255);
|
color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
.radio-button,
|
.radio-button,
|
||||||
.radio-button-mini {
|
.radio-button-mini {
|
||||||
background: rgb(50, 50, 50);
|
background: rgb(45, 45, 45);
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
box-shadow: 1px 1px 2px rgb(255, 255, 255) inset, -1px -1px 1px rgb(0, 0, 0) inset, 0 0 2px 2px rgb(0, 0, 0);
|
box-shadow: 1px 1px 2px rgb(255, 255, 255) inset, -1px -1px 1px rgb(0, 0, 0) inset, 0 0 2px 2px rgb(0, 0, 0);
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
<head>
|
<head>
|
||||||
<base href="/">
|
<base href="/">
|
||||||
<link href="///fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Material+Icons" rel="stylesheet">
|
<link href="///fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Material+Icons" rel="stylesheet">
|
||||||
|
<meta name="theme-color" content="rgb(30, 30, 30)">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>Rdio Scanner</title>
|
<title>Rdio Scanner</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 117 B |
Loading…
Reference in a new issue