Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 5f03ce6

Browse files
committed
Improve display of lists of commits/issues
Use a monospace font, a border, and a background color.
1 parent ca458b9 commit 5f03ce6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

app/assets/stylesheets/application.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body
2020
box-sizing: border-box
2121

2222
a
23-
color: #8D8D8D
23+
color: inherit
2424
text-decoration: none
2525
&:hover,
2626
&:focus

app/assets/stylesheets/portfolios.sass

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ section#my-projects, section#other-projects
3232
+row
3333
section
3434
margin-top: 10px
35+
.commit-sha, .issue-number
36+
background-color: #ECECEC
37+
border-radius: 3px
38+
border: 1px solid #DDD
39+
color: #484848
40+
font-family: Monaco, monospace
41+
font-size: .85em
42+
padding: 0px 3px
3543
.issue
3644
.issue-number, .issue-title, .issue-state
3745
display: inline

0 commit comments

Comments
 (0)