Skip to content

Instantly share code, notes, and snippets.

@scalamacroxamplez-admin
Forked from xamplez-admin/CONF.md
Last active December 20, 2015 00:58
Show Gist options
  • Save scalamacroxamplez-admin/6045263 to your computer and use it in GitHub Desktop.
Save scalamacroxamplez-admin/6045263 to your computer and use it in GitHub Desktop.
# Add here IDs of your Root Gists
gist.roots=[6045264]
elasticsearch {
index="scalamacro"
}
application.root.url=scalamacros.xamplez.io
# Optional configuration of the twitter account
twitter{
tags="#scalamacros #xamplez"
}

ScalaMacro Xamplez's Configuration

/**
* Custom CSS for ScalaMacro by Xamplez
*/
.ribbon.ribbon-main {
background: #000000;
color: #fff;
}
section.main h3 {
color: #454545;
}
header {
border-top: 5px solid #000000;
}
header a {
color: #454545;
}
header a:hover {
color: #454545;
}
header a:hover:before {
border-top: 5px solid #000000;
}
.tags .tag a:hover {
color: #000000;
}
.btn-default {
color: #ffffff;
background-color: #cd0000;
border: 0;
&:hover {
background-color: #a70000;
}
}
{
"meta" : {
"version" : "1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment