Skip to content

Commit

Permalink
Change email background-color
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Leal committed Jul 20, 2023
1 parent de59b7f commit 70ab120
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@
background-color: #f56400;
}

.link-email {
background-color: #f3a6ca;
}

2 changes: 2 additions & 0 deletions config/_default/module.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[[imports]]
path = "github.com/jpanther/lynx"
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module themes/lynx
module github.com/ricardoleal/butterfly

go 1.20

require github.com/jpanther/lynx v1.3.0 // indirect
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/jpanther/lynx v1.3.0 h1:qbmNUREZXNvx3uOl24xHW60O4Rc53c9ZxDzWX3pzQiY=
github.com/jpanther/lynx v1.3.0/go.mod h1:nUK1+IfScKhRA3/jBH+YCYfpO3znP5Nsm6ROFGpma44=

0 comments on commit 70ab120

Please sign in to comment.