Skip to content

Commit

Permalink
Adds style and image for application window background.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyboggs committed May 3, 2022

Verified

This commit was signed with the committer’s verified signature. The key has expired.
1 parent 84c72bc commit 66bc547
Showing 2 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions css/style.scss
Original file line number Diff line number Diff line change
@@ -128,14 +128,15 @@ code {
background-color: rgba($highlight-color,0.2);
}

blockquote {
background: url('../images/window-dots.png'), white;
blockquote,
.window-dots {
background: url('../images/window-dots.png'), #fafafa;
background-repeat: no-repeat;
background-size: 60px, auto;
background-position: 10px 10px;
padding:40px 20px 20px;
padding:60px 20px 20px;
border-radius: 10px;
box-shadow: 0 0 6px rgba(black,0.1);
box-shadow: 0 0 6px rgba(black,0.2);
margin:40px 0 40px 40px;
position:relative;
vertical-align: text-top;
Binary file added images/window-dots.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 66bc547

Please sign in to comment.