mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-14 00:43:02 -06:00
Color tweak
This commit is contained in:
parent
4ee6c01509
commit
87b30b83c3
|
|
@ -1,12 +1,12 @@
|
|||
.radio-body {
|
||||
background: rgb(70, 70, 70) url('images/carbon.png');
|
||||
background: rgb(30, 30, 30);
|
||||
box-sizing: border-box;
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
.radio-button,
|
||||
.radio-button-mini {
|
||||
background: rgb(50, 50, 50);
|
||||
background: rgb(45, 45, 45);
|
||||
border: none;
|
||||
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);
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
<head>
|
||||
<base href="/">
|
||||
<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">
|
||||
<title>Rdio Scanner</title>
|
||||
</head>
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 117 B |
Loading…
Reference in a new issue