Color tweak

This commit is contained in:
Chrystian Huot 2019-06-26 10:31:27 -04:00
parent 4ee6c01509
commit 87b30b83c3
3 changed files with 3 additions and 2 deletions

View file

@ -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);

View file

@ -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