Skip to content

Commit

Permalink
Credit, links
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Jul 24, 2018
1 parent f3575a5 commit 104f5ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions about.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graceful",
"about_url": "URL",
"license_url": "URL",
"about_url": "https://meta.discourse.org/t/a-graceful-theme-for-discourse/93040/1",
"license_url": "https://meta.discourse.org/t/a-graceful-theme-for-discourse/93040/1",
"assets": {
"default-background": "assets/sayagata-400px.png"
},
Expand Down
6 changes: 4 additions & 2 deletions common/common.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Big thanks to jsthon for the initial work on this https://meta.discourse.org/u/jsthon/

@import "common/foundation/variables";

@mixin box-shadow($value: 8px) {
Expand All @@ -11,8 +13,8 @@ body {
} @else {
background-image: url($default-background);
}
/* Default background pattern from Toptal Subtle Patterns */
/* ♡ https://www.toptal.com/designers/subtlepatterns/japanese-sayagata/ */
// Default background pattern from Toptal Subtle Patterns
// ♡ https://www.toptal.com/designers/subtlepatterns/japanese-sayagata/
background-attachment: fixed;
@if $tile-background == "true" {
background-size: auto;
Expand Down

0 comments on commit 104f5ee

Please sign in to comment.