gitlabhq/app/assets/stylesheets/reset_bootstrap.scss
2012-01-28 16:47:55 +02:00

13 lines
173 B
SCSS

a {
color: $link_color;
&:hover {
text-decoration:none;
color: $active_link_color;
}
}
.alert-message.entry {
background:#F1F1F1;
border-color:#ccc;
}