Subversion Repositories cheapmusic

Rev

Rev 114 | Rev 116 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 114 Rev 115
Line -... Line 1...
-
 
1
/* root */
-
 
2
:root {
-
 
3
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
-
 
4
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
-
 
5
}
-
 
6
 
1
/* body to start bewlow sticky navigation bar */
7
/* body to start bewlow sticky navigation bar */
2
body {
8
body {
3
    padding-top: 50px;
9
    padding-top: 50px;
4
}
10
}
5
 
11