Marc Ducobu 8830b669ff Squashed 'Resources/public/scratch-css/' content from commit 289f23f
git-subtree-dir: Resources/public/scratch-css
git-subtree-split: 289f23f24b31be9fee24f09f44936dbf8eab8614
2014-11-10 20:42:02 +01:00

18 lines
210 B
SCSS

ul {
&.unstyled {
list-style: none;
padding-left: 0em;
ul {
list-style:disc outside;
}
}
}
a {
color: $base-link-color;
}
a:hover {
color: $hover-link-color;
}