1
Fork 0

Blocked highlighting

This commit is contained in:
Jake Howard 2015-11-03 23:11:58 +00:00
parent a21f5ffcfe
commit a7f20ea5cc
1 changed files with 16 additions and 6 deletions

View File

@ -1,14 +1,24 @@
@import 'node_modules/bootstrap/less/bootstrap.less';
@import 'node_modules/bootstrap/less/theme.less';
@import 'node_modules/ionicons/less/ionicons.less';
@import (inline) url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
html {
font-family: 'Roboto', sans-serif;
font-weight: 300;
text-align: center;
}
body {
padding: 5px;
padding-top: 50px;
}
#navbar {
a {
}
}
/* @group Electron Specific */
:not(input):not(textarea),
:not(input):not(textarea)::before,
:not(input):not(textarea)::after {
-webkit-user-select: none;
user-select: none;
cursor: default;
}
/* @end Electron Specific */