Skip to content
Snippets Groups Projects
Commit e1ce8b9c authored by Freeyorp's avatar Freeyorp
Browse files

Style changes

Based off bootstrap
parent a006af6c
No related branches found
No related tags found
No related merge requests found
......@@ -238,3 +238,22 @@ p.filterinfo {
.help {
cursor: help;
}
/* Non-layout critical style niceties */
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #333333;
background-color: #ffffff;
}
a {
color: #0066aa;
text-decoration: none;
}
a:hover {
color: #005580;
text-decoration: underline;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment