Skip to content

Commit

Permalink
modify style
Browse files Browse the repository at this point in the history
  • Loading branch information
summerblue committed Aug 9, 2016
1 parent ef7fbb2 commit b9db89d
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/build/assets/css/styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/build/rev-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"assets/css/styles.css": "assets/css/styles-7e1e73e2d0.css",
"assets/css/styles.css": "assets/css/styles-6319ff7035.css",
"assets/js/scripts.js": "assets/js/scripts-acec2654e9.js"
}
10 changes: 10 additions & 0 deletions resources/assets/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1575,6 +1575,9 @@ a {
}
}
@media (max-width: 1200px) {
.markdown-body, .markdown-reply {
font-size: 15px;
}
.card {
height: auto;
margin-right: -10px!important;
Expand Down Expand Up @@ -1786,4 +1789,11 @@ a.users-label-item {
padding: 7px;
padding-top: 8px;
padding-bottom: 0px;
}
a {
color: #05a1a2;
}
a:hover, a:focus {
color: #00afb0;
text-decoration: underline;
}
3 changes: 1 addition & 2 deletions resources/assets/sass/vendor/markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,13 @@
}

a {
color: #12c4c5;
text-decoration: none;
}

a:hover,
a:focus,
a:active {
text-decoration: underline;
text-decoration: none;
}

hr {
Expand Down

0 comments on commit b9db89d

Please sign in to comment.