Basisimplementierung Songlist
This commit is contained in:
21
src/styles/styles.less
Normal file
21
src/styles/styles.less
Normal file
@@ -0,0 +1,21 @@
|
||||
@primary-color: #5285ff;
|
||||
|
||||
@navigation-background: #fffffff1;
|
||||
@navigation-link-color: #555;
|
||||
|
||||
@transition: all 300ms ease-in-out;
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: Roboto, "Helvetica Neue", sans-serif;
|
||||
font-size: 14px;
|
||||
|
||||
background: #373b44; /* fallback for old browsers */
|
||||
background: -webkit-linear-gradient(to top, #373b44, #4286f4); /* Chrome 10-25, Safari 5.1-6 */
|
||||
background: linear-gradient(to top, #373b44, #4286f4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
|
||||
background-attachment: fixed;
|
||||
}
|
||||
Reference in New Issue
Block a user