Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:chronosphereio/Victor into main
Browse files Browse the repository at this point in the history
# Conflicts:
#	static/css/theme.css
  • Loading branch information
Chris Chinchilla committed Nov 16, 2020
2 parents a4c2dd1 + 7d0a622 commit 353bdc2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion static/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -9445,7 +9445,7 @@ a {
vertical-align: baseline;
background: transparent;
text-decoration: none;
color: #E36E2A;
color: currentColor;
transition: color .2s ease-in-out, opacity .2s ease-in-out, background-size .2s ease-in-out, background .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out
}

Expand Down Expand Up @@ -25908,6 +25908,10 @@ background-color: #EFF9FC;
font-family: "Cabin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
} */

.hugo-content a {
color: #E36E2A;
}

.hugo-content__head a {
color: #E36E2A
}
Expand Down

0 comments on commit 353bdc2

Please sign in to comment.