Browse Source

Merge remote-tracking branch 'camp/master'

master
j 6 years ago
parent
commit
787e0e22e8
  1. 4
      camp/static/css/main.css

4
camp/static/css/main.css

@ -1,5 +1,5 @@
body {
background-color: #000000 !important;
background-color: #282828 !important;
font-size: 14px !important;
color: #ffffff !important;
overflow-x: hidden;
@ -17,6 +17,7 @@ body {
body, h1, h2, h3, h4, h5, h6 {
font-family: Open Sans !important;
line-height: 1.4;
}
@ -55,6 +56,7 @@ a:focus, a:hover {
.special-column {
padding-left: 0em !important;
padding-top: 10px; /* moved below search bar */
}
.index-text {

Loading…
Cancel
Save